This removes support for Ledger HW.1 and "Nano" (non-S) devices.
These were manufactured/sold around 2015-2016, and are long unsupported by the upstream vendor.
We previously added a deprecation warning to the GUI [0] released in 4.3.3 (2023-01-02), to warn owners of these devices.
This PR now fully removes support.
As a consequence, the unmaintained btchip-python dependency can now be removed, which solves [1].
[0]: 9b82eb6d06
[1]: https://github.com/spesmilo/electrum/issues/9370#issuecomment-2593675364
34 lines
569 B
Plaintext
34 lines
569 B
Plaintext
hidapi
|
|
|
|
# device plugin: trezor
|
|
trezor[hidapi]>=0.13.0,<0.14
|
|
|
|
# device plugin: safe_t
|
|
safet>=0.1.5
|
|
|
|
# device plugin: keepkey
|
|
ecdsa>=0.9
|
|
protobuf>=3.20
|
|
mnemonic>=0.8
|
|
hidapi>=0.7.99.post15
|
|
libusb1>=1.6
|
|
|
|
# device plugin: ledger
|
|
ledger-bitcoin>=0.2.0
|
|
hidapi
|
|
|
|
# device plugin: coldcard
|
|
ckcc-protocol>=0.7.7
|
|
|
|
# device plugin: bitbox02
|
|
bitbox02>=6.2.0
|
|
|
|
# device plugin: jade
|
|
cbor2>=5.4.6,<6.0.0
|
|
pyserial>=3.5.0,<4.0.0
|
|
|
|
# prefer older colorama to avoid needing hatchling
|
|
# (pulled in via trezor -> click -> colorama)
|
|
# (pulled in via safet -> click -> colorama)
|
|
colorama<0.4.6
|