summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"],