1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/requirements.txt
matejcik 41d99764c6 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 15:54:23 +02:00

8 lines
95 B
Plaintext

ecdsa>=0.9
mnemonic>=0.17
requests>=2.4.0
click>=6.2
pyblake2>=0.9.3
libusb1>=1.6.4
rlp>=0.6.0