Skip to content

Commit

Permalink
Update libusb to 2.0.1 (#816)
Browse files Browse the repository at this point in the history
* update libusb

* update setup.py
  • Loading branch information
pd0wm authored Jan 4, 2022
1 parent 83cf885 commit 79f5e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libusb1 == 1.6.6
libusb1==2.0.1
numpy==1.17.2
hexdump>=3.3
pycryptodome==3.9.8
Expand Down
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.6',
'libusb1 == 2.0.1',
'hexdump >= 3.3',
'pycryptodome >= 3.9.8',
'tqdm >= 4.14.0',
Expand Down

0 comments on commit 79f5e6f

Please sign in to comment.