summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2017-01-22 17:55:41 +0100
committerAlessio Sergi <al3hex@gmail.com>2017-01-22 17:55:41 +0100
commitc59f7e33d136529cc25b63d5acbb6ac4f40885fb (patch)
tree2c6c4f59b50ff4734f575b7ec8bdce607b2064bb /setup.py
parent93514c2da26156f0af0598867660169c3ab4275f (diff)
setup.py: remove sensors from extras_require
setuptools doesn't like it.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8260f8a9..6ab51441 100755
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,6 @@ setup(
'gpu': ['nvidia-ml-py'],
'ip': ['netifaces'],
'raid': ['pymdstat'],
- 'sensors': ['https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip'],
'snmp': ['pysnmp'],
'web': ['bottle', 'requests'],
'wifi': ['wifi']