summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-06-24 14:24:17 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-06-24 14:33:18 +0200
commit1ca32a87aa4a9dae4dfb45e0aabf832572855fba (patch)
treedf2ef55fa72bae3490b6e2e0e5efdce82349801f /setup.py
parentUpdate pre-commit configuration to run on main branch. (diff)
downloadglucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar.gz
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar.bz2
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar.lz
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar.xz
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.tar.zst
glucometerutils-1ca32a87aa4a9dae4dfb45e0aabf832572855fba.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 b2bcd95..c0faedc 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ extras_require = {
"fsprecisionneo": ["construct", "hidapi"],
"otultra2": ["pyserial"],
"otultraeasy": ["construct", "pyserial"],
- "otverio2015": ["construct"],
+ "otverio2015": ["construct", "PYSCSI[sgio]>=2.0.1"],
"otverioiq": ["construct", "pyserial"],
"sdcodefree": ["construct", "pyserial"],
"td4277": ["construct", "pyserial", "hidapi"],