1
0
Files
electrum/contrib/requirements/requirements-hw.txt
Marko Bencun 7164f9fd6e bitbox02: update to 6.2.0
6.2.0 was released to put a minimum requirement on hidapi 0.14.0,
which includes the fix for this issue:

https://github.com/libusb/hidapi/issues/531

That bug caused hidapi on macOS 13.3 to report 0 as the interface
number for all hid devices, which led to the bitbox02 multi edition being listed
twice instead of once - once for the main HW wallet interface and once erroneously
For the U2F interface (which should not be listed).
2023-05-30 23:55:52 +02:00

39 lines
883 B
Plaintext

# 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
# device plugin: trezor
trezor[hidapi]>=0.13.0,<0.14
# device plugin: safe_t
safet>=0.1.5
# device plugin: keepkey
keepkey>=6.3.1
# device plugin: ledger
# note: btchip-python only needed for "legacy" protocol and HW.1 support
btchip-python>=0.1.32
ledger-bitcoin>=0.2.0,<0.3.0
hidapi
# device plugin: coldcard
ckcc-protocol>=0.7.7
# device plugin: bitbox02
bitbox02>=6.2.0
# device plugin: jade
cbor>=1.0.0,<2.0.0
pyserial>=3.5.0,<4.0.0
# prefer older protobuf (see #7922)
# (pulled in via e.g. keepkey and bitbox02)
protobuf>=3.20,<4
# prefer older colorama to avoid needing hatchling
# (pulled in via trezor -> click -> colorama)
# (pulled in via safet -> click -> colorama)
colorama<0.4.6