diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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]‡ | @@ -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"], |