From 6467d519702341575a0e3e97706ec51265a84ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 7 Jan 2018 00:23:45 +0000 Subject: otverioiq: add to the list and to the dependency file. As noted in Issue #30, this is currently untested, but I'm confident it won't take much to get it to working state. --- README | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 2e7a460..74c54de 100644 --- a/README +++ b/README @@ -37,6 +37,7 @@ supported. | LifeScan | OneTouch Ultra 2 | `otultra2` | [pyserial] | | LifeScan | OneTouch Ultra Easy | `otultraeasy` | [construct] [pyserial] | | LifeScan | OneTouch Ultra Mini | `otultraeasy` | [construct] [pyserial] | +| LifeScan | OneTouch Verio IQ† | `otverioiq` | [construct] [pyserial] | | LifeScan | OneTouch Verio (USB) | `otverio2015` | [construct] [python-scsi] | | LifeScan | OneTouch Select Plus | `otverio2015` | [construct] [python-scsi] | | Abbott | FreeStyle InsuLinx† | `fsinsulinx` | [construct] [hidapi]‡ | diff --git a/setup.py b/setup.py index 212425a..0a9f258 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ setup( 'otultra2': ['pyserial'], 'otultraeasy': ['construct', 'pyserial'], 'otverio2015': ['construct', 'python-scsi'], + 'otverioiq': ['construct', 'pyserial'], 'fsinsulinx': ['construct', 'hidapi'], 'fslibre': ['construct', 'hidapi'], 'fsoptium': ['pyserial'], -- cgit v1.2.3