Skip to content

Commit 3fde13e

Browse files
committed
deps: Allow older versions
We bumped deps, but didn't need to restrict to all of the new versions. Some older versions can still be used, so allow them.
1 parent 8c6763b commit 3fde13e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ecdsa = "~0"
2222
pyaes = "^1.6"
2323
mnemonic = "~0"
2424
typing-extensions = "^3.7"
25-
libusb1 = "^2.0"
25+
libusb1 = ">=1.7,<3"
2626
pyside2 = { version = "^5.14.0", optional = true, python = "<3.10" }
2727
bitbox02 = ">=5.3.0,<6.0.0"
2828

@@ -32,9 +32,9 @@ qt = ["pyside2"]
3232
[tool.poetry.dev-dependencies]
3333
pyinstaller = "^4.0"
3434
autopep8 = "~1"
35-
flake8 = "~4"
35+
flake8 = ">=3"
3636
mypy = "~0"
37-
sphinx = "~4"
37+
sphinx = ">=4"
3838
sphinx-rtd-theme = "~1"
3939
sphinxcontrib-autoprogram = "~0"
4040

0 commit comments

Comments
 (0)