From a149113b2abe5e96572562adf092c237f9339843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 5 Aug 2019 23:32:36 +0100 Subject: td4277: add to the setup.py dependencies. Also sort the list so that's easier to know where to add it. --- setup.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 35b3f42..bd85c8e 100644 --- a/setup.py +++ b/setup.py @@ -53,16 +53,17 @@ setup( extras_require = { # These are all the drivers' dependencies. Optional dependencies are # listed as mandatory for the feature. - 'otultra2': ['pyserial'], - 'otultraeasy': ['construct', 'pyserial'], - 'otverio2015': ['construct', 'python-scsi'], - 'otverioiq': ['construct', 'pyserial'], + 'accucheck_reports': [], 'fsinsulinx': ['construct', 'hidapi'], 'fslibre': ['construct', 'hidapi'], 'fsoptium': ['pyserial'], 'fsprecisionneo': ['construct', 'hidapi'], - 'accucheck_reports': [], + 'otultra2': ['pyserial'], + 'otultraeasy': ['construct', 'pyserial'], + 'otverio2015': ['construct', 'python-scsi'], + 'otverioiq': ['construct', 'pyserial'], 'sdcodefree': ['construct', 'pyserial'], + 'td4277': ['construct', 'pyserial', 'hidapi'], }, entry_points = { 'console_scripts': [ -- cgit v1.2.3