We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e013593 + b560876 commit 24e604cCopy full SHA for 24e604c
setup.py
@@ -21,7 +21,7 @@
21
install_requires = ['intelhex']
22
if sys.platform.startswith('linux'):
23
install_requires.extend([
24
- 'pyusb',
+ 'pyusb>=1.0.0b2',
25
])
26
elif sys.platform.startswith('win'):
27
0 commit comments