SETUP add pyusb>=1.0 as dependency
pyusb 1.0.0 is now released so it can now be regularely installed with pip
This commit is contained in:
parent
3e5509238e
commit
e8e91eba80
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ setup(
|
||||||
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
|
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyusb',
|
'pyusb>=1.0.0',
|
||||||
'Pillow>=2.0',
|
'Pillow>=2.0',
|
||||||
'qrcode>=4.0',
|
'qrcode>=4.0',
|
||||||
'pyserial',
|
'pyserial',
|
||||||
|
|
Loading…
Reference in New Issue