1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 14:28:07 +00:00

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)
This commit is contained in:
matejcik 2018-08-21 16:50:45 +02:00
parent f9824739ae
commit f30ea76d24

View File

@ -5,5 +5,4 @@ click>=6.2
pyblake2>=0.9.3
libusb1>=1.6.4
construct>=2.9
pip>=6
typing>=3.0.0; python_version < '3.5'