From 6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 10:59:57 +0100 Subject: Update supported devices, and dependencies. --- README.md | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7635c94..351de39 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ supported. | LifeScan | OneTouch Verio (USB) | `otverio2015` | [construct] [python-scsi] | | LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] | | LifeScan | OneTouch Select Plus Flex¹ | `otverio2015` | [construct] [python-scsi] | +| Abbott | FreeStyle Freedom Lite† | `fsfreedomlite` | [pyserial] | | Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [freestyle-hid] [hidapi]‡ | | Abbott | FreeStyle Libre | `fslibre` | [freestyle-hid] [hidapi]‡ | | Abbott | FreeStyle Libre 2 | `fslibre2` | [freestyle-hid] [freestyle-keys] [hidapi]‡ | diff --git a/setup.py b/setup.py index 887fc52..88c17e3 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ extras_require = { # listed as mandatory for the feature. "accucheck_reports": [], "contourusb": ["construct", "hidapi"], + "fsfreedomlite": ["pyserial"], "fsinsulinx": ["freestyle-hid>=1.0.2"], "fslibre": ["freestyle-hid>=1.0.2"], "fslibre2": ["freestyle-hid[encryption]>=1.1.0"], -- cgit v1.2.3