1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/requirements.txt
matejcik f30ea76d24 build: do not require pip in requirements.txt
it makes little sense and breaks python3.3 for mysterious reasons

(the "mysterious" reason is that everyone dropped support for py3.3
and so dependencies are messed up)
2018-08-21 16:50:45 +02:00

9 lines
137 B
Plaintext

ecdsa>=0.9
mnemonic>=0.17
requests>=2.4.0
click>=6.2
pyblake2>=0.9.3
libusb1>=1.6.4
construct>=2.9
typing>=3.0.0; python_version < '3.5'