Skip to content

Commit

Permalink
Allow newer pyusb versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Feb 27, 2018
1 parent a9227d0 commit b9bee2c
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 @@ -31,7 +31,7 @@ def read(fname):
]
else:
os_requires = [
"pyusb==1.0.0"
"pyusb>=1.0.0"
]

setup(
Expand Down

0 comments on commit b9bee2c

Please sign in to comment.