mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
76fea5afc4
We only need ethereum libraries for `ethereum_sign_tx` in trezorctl, and rlp has caused us dependency problems in the past already. Also we required ethjsonrpc for the same thing but never listed that dependency anywhere. That changes now.
7 lines
84 B
Plaintext
7 lines
84 B
Plaintext
ecdsa>=0.9
|
|
mnemonic>=0.17
|
|
requests>=2.4.0
|
|
click>=6.2
|
|
pyblake2>=0.9.3
|
|
libusb1>=1.6.4
|