summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-01-01 02:16:29 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2018-01-01 02:24:48 +0100
commit0af0315dba3590ff5a975783cf8f7bc13460a5f2 (patch)
treeee9ef3569ad32e20243bd18904607d01c62017d7 /setup.py
parentsdcodefree: rewrite using construct and improve readability. (diff)
downloadglucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar.gz
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar.bz2
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar.lz
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar.xz
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.tar.zst
glucometerutils-0af0315dba3590ff5a975783cf8f7bc13460a5f2.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a9b7c18..3be4b94 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(
# These are all the drivers' dependencies. Optional dependencies are
# listed as mandatory for the feature.
'otultra2': ['pyserial'],
- 'otultraeasy': ['pyserial'],
+ 'otultraeasy': ['construct', 'pyserial'],
'otverio2015': ['python-scsi'],
'fsinsulinx': ['construct', 'hidapi'],
'fslibre': ['construct', 'hidapi'],