Skip to content

Commit 2e3be57

Browse files
committed
Add Cython as dependency
Cython is needed for hidapi and we need to pin its version number for determistic builds. Added with `poetry add cython` which also updated the rest of the packages.
1 parent bbc1d65 commit 2e3be57

File tree

2 files changed

+128
-22
lines changed

2 files changed

+128
-22
lines changed

poetry.lock

+127-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pyaes = "^1.6"
2222
mnemonic = "^0.18.0"
2323
typing-extensions = "^3.7"
2424
libusb1 = "^1.7"
25+
cython = "^0.29.14"
2526

2627
[tool.poetry.dev-dependencies]
2728
pyinstaller = "^3.4"

0 commit comments

Comments
 (0)