Skip to content

Commit

Permalink
cap libusb1 version in setup (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
dek3rr authored and legonigel committed Apr 18, 2019
1 parent 64bcc89 commit 1282e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def find_version(*file_paths):
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',
Expand Down

0 comments on commit 1282e8f

Please sign in to comment.