summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-10-04 21:49:16 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-10-04 21:52:39 +0200
commit0c46e8a525389e9133ba6cf3c3de80446ff8156a (patch)
treea950d94b9fcab29aa6dee80998648f5654f3e5fb /setup.py
parentOnly run pytest for glucometerutils directory. (diff)
downloadglucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar.gz
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar.bz2
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar.lz
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar.xz
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.tar.zst
glucometerutils-0c46e8a525389e9133ba6cf3c3de80446ff8156a.zip
Diffstat (limited to '')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index cd00198..4bb1c3c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,10 +12,10 @@ extras_require = {
# listed as mandatory for the feature.
"accucheck_reports": [],
"contourusb": ["construct", "hidapi"],
- "fsinsulinx": ["freestyle_hid"],
- "fslibre": ["freestyle_hid"],
+ "fsinsulinx": ["freestyle-hid"],
+ "fslibre": ["freestyle-hid"],
"fsoptium": ["pyserial"],
- "fsprecisionneo": ["freestyle_hid"],
+ "fsprecisionneo": ["freestyle-hid"],
"otultra2": ["pyserial"],
"otultraeasy": ["construct", "pyserial"],
"otverio2015": ["construct", "PYSCSI[sgio]>=2.0.1"],