From 4819131ff81532c06c5eccc4c70135e72ca3f7c9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bulski Date: Fri, 16 Feb 2018 08:24:25 +0100 Subject: construct-code is (almost) uptodate --- setup.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c9236fd..0a9f258 100644 --- a/setup.py +++ b/setup.py @@ -49,15 +49,15 @@ setup( # These are all the drivers' dependencies. Optional dependencies are # listed as mandatory for the feature. 'otultra2': ['pyserial'], - 'otultraeasy': ['construct==2.8.22', 'pyserial'], - 'otverio2015': ['construct==2.8.22', 'python-scsi'], - 'otverioiq': ['construct==2.8.22', 'pyserial'], - 'fsinsulinx': ['construct==2.8.22', 'hidapi'], - 'fslibre': ['construct==2.8.22', 'hidapi'], + 'otultraeasy': ['construct', 'pyserial'], + 'otverio2015': ['construct', 'python-scsi'], + 'otverioiq': ['construct', 'pyserial'], + 'fsinsulinx': ['construct', 'hidapi'], + 'fslibre': ['construct', 'hidapi'], 'fsoptium': ['pyserial'], - 'fsprecisionneo': ['construct==2.8.22', 'hidapi'], + 'fsprecisionneo': ['construct', 'hidapi'], 'accucheck_reports': [], - 'sdcodefree': ['construct==2.8.22', 'pyserial'], + 'sdcodefree': ['construct', 'pyserial'], }, entry_points = { 'console_scripts': [ -- cgit v1.2.3