summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b3b8a48..ff2488f 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ it to https://protocols.glucometers.tech/ .
[construct]: https://construct.readthedocs.io/en/latest/
[pyserial]: https://pythonhosted.org/pyserial/
-[python-scsi]: https://github.com/rosjat/python-scsi
+[python-scsi]: https://pypi.org/project/PYSCSI/
[hidapi]: https://pypi.python.org/pypi/hidapi
## Dump format
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"],