Fix optional-requirements.txt

- hddtemp is not installable using pip, remove it.
- conditionalize scandir dependency
- add py3sensors

Note: pip >= 6.0 is required.
This commit is contained in:
Alessio Sergi 2017-01-22 16:52:25 +01:00
parent bbaf40d60a
commit 93514c2da2

View File

@ -3,9 +3,8 @@ bernhard
bottle bottle
cassandra-driver cassandra-driver
couchdb couchdb
docker>=2.0.2 docker
elasticsearch elasticsearch
hddtemp
influxdb influxdb
matplotlib matplotlib
netifaces netifaces
@ -18,7 +17,8 @@ pysnmp
pystache pystache
pyzmq pyzmq
requests requests
scandir scandir; python_version < "3.5"
statsd statsd
wifi wifi
zeroconf zeroconf
https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip