This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-18 05:28:40 +00:00
Code
Issues
Releases
Wiki
Activity
6d9157c4a5
trezor-firmware
/
requirements-optional.txt
4 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: reorganize requirements, mark hidapi as optional This drops the command line options. `libusb` is now required unconditionally (it's cffi so no harm there). hidapi is an extra. You either need to install it manually, or specify it in your requirements.txt like so: trezor[hidapi] >= 0.9.2
2018-05-04 13:54:23 +00:00
hidapi >= 0.7.99.post20
build: drop rlp limitation for python<3.5
2018-10-01 12:04:40 +00:00
rlp >= 0.4.4
build: move ethereum requirements to their own extra 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.
2018-05-07 11:04:11 +00:00
ethjsonrpc >= 0.3.0
Reference in New Issue
Copy Permalink