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:
Patrick Kanzler 2016-06-20 16:26:25 +02:00
parent 3e5509238e
commit e8e91eba80
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ setup(
'Topic :: Office/Business :: Financial :: Point-Of-Sale',
],
install_requires=[
'pyusb',
'pyusb>=1.0.0',
'Pillow>=2.0',
'qrcode>=4.0',
'pyserial',