From e8e91eba8029066619c270d8be06484304f0344f Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 20 Jun 2016 16:26:25 +0200 Subject: [PATCH] SETUP add pyusb>=1.0 as dependency pyusb 1.0.0 is now released so it can now be regularely installed with pip --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 371c677..0fb79f1 100755 --- a/setup.py +++ b/setup.py @@ -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',