Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 5, 2023
1 parent 0cf9063 commit 1f926d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ cryptography = ">=3.0, <44"
pyscard = "^2.0"
fido2 = "^1.0"
click = "^8.0"
pywin32 = {version = ">=223", platform = "win32"}
keyring = ">=23.4, <25"
pywin32 = {version = ">=223", platform = "win32"}

[tool.poetry.dev-dependencies]
pytest = "^7.2"
makefun = "^1.9.5"
pyinstaller = {version = ">=5.13, <7", python = "<3.13"}
pyinstaller = {version = "^6.0", python = "<3.13"}
Sphinx = "^7.1"
sphinx-rtd-theme = "^1.2.2"
sphinx-autodoc-typehints = "^1.2.4"
Expand Down

0 comments on commit 1f926d2

Please sign in to comment.