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)
pull/25/head
matejcik 6 years ago
parent f9824739ae
commit f30ea76d24

@ -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'

Loading…
Cancel
Save