From 81d4e308a36cd06f5e7bac30d2af10145c8f193a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 4 Oct 2020 15:12:44 +0100 Subject: Depend on freestyle-hid for FreeStyle support and remove tools. Instead of maintaining the reversing tools for Abbott FreeStyle devices in this repository, they are now part of their own project (https://github.com/glucometers-tech/freestyle-hid), making it easier to split the dependencies requirements. The basic I/O of the FreeStyle session is also implemented in that library. --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index cbe985e..115a0ad 100644 --- a/setup.py +++ b/setup.py @@ -12,18 +12,16 @@ extras_require = { # listed as mandatory for the feature. "accucheck_reports": [], "contourusb": ["construct", "hidapi"], - "fsinsulinx": ["construct", "hidapi"], - "fslibre": ["construct", "hidapi"], + "fsinsulinx": ["freestyle_hid"], + "fslibre": ["freestyle_hid"], "fsoptium": ["pyserial"], - "fsprecisionneo": ["construct", "hidapi"], + "fsprecisionneo": ["freestyle_hid"], "otultra2": ["pyserial"], "otultraeasy": ["construct", "pyserial"], "otverio2015": ["construct", "PYSCSI[sgio]>=2.0.1"], "otverioiq": ["construct", "pyserial"], "sdcodefree": ["construct", "pyserial"], "td4277": ["construct", "pyserial[cp2110]>=3.5b0"], - # These are not drivers, but rather tools and features. - "reversing_tools": ["usbmon-tools"], "dev": [ "absl-py", "construct>=2.9", -- cgit v1.2.3