1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

python: exclude broken version of construct to fix CI build

This commit is contained in:
matejcik 2020-01-28 15:47:37 +01:00
parent 73e17987d2
commit 72537e3c3a

View File

@ -3,6 +3,6 @@ mnemonic>=0.17
requests>=2.4.0
click>=7,<8
libusb1>=1.6.4
construct>=2.9
construct>=2.9,!=2.10.55
typing_extensions>=3.7.4
pyblake2>=0.9.3 ; python_version<'3.6'