cap libusb1 version in setup (#183)

master
dekerr 2019-04-18 15:07:34 -04:00 committed by Nigel Armstrong
parent 64bcc89a9c
commit 1282e8f5a0
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ setup(
platforms='any',
license='MIT',
install_requires=[
'libusb1 >= 1.6.4',
'libusb1 == 1.6.6',
'hexdump >= 3.3',
'pycrypto >= 2.6.1',
'tqdm >= 4.14.0',