summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2023-08-03 11:59:57 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-08-03 12:08:14 +0200
commit6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf (patch)
treeff46632f36036c865d9b68b11bd89cf8df436cc0
parentFixes for pre-commit. (diff)
downloadglucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar.gz
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar.bz2
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar.lz
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar.xz
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.tar.zst
glucometerutils-6748e5dcd687c898d9dd7b533bc6deeb5bbabdcf.zip
-rw-r--r--README.md1
-rw-r--r--setup.py1
2 files changed, 2 insertions, 0 deletions
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"],