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
62b649ef5d
trezor-firmware
/
python
/
requirements-optional.txt
6 lines
82 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: change ethereum requirements
2019-03-07 16:45:50 +00:00
rlp >= 1.1.0
web3 >= 4.8
python: add Pillow as an optional requirement (fixes #1224)
2020-08-25 11:13:32 +00:00
Pillow
refactor(python/stellar): Use Stellar Python SDK to parse Stellar transactions. As a side effect, support for TransactionV1 format transaction is added.
2021-07-29 07:19:05 +00:00
stellar-sdk>=4.0.0,<5.0.0
Reference in New Issue
Copy Permalink