1
0

dependencies: bundle older hidapi in binaries

closes https://github.com/spesmilo/electrum/issues/7738
This commit is contained in:
SomberNight
2022-08-04 21:47:50 +02:00
parent d4f76143b0
commit 752b37a03b
3 changed files with 28 additions and 37 deletions

View File

@@ -1,4 +1,8 @@
hidapi
# Prefer old hidapi as newer versions have issues on macOS
# (see #7738 and https://github.com/trezor/cython-hidapi/issues/142 ).
# Note: newer hidapi should also work.
hidapi<0.11
trezor[hidapi]>=0.13.0,<0.14
safet>=0.1.5
keepkey>=6.3.1