mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-28 05:42:57 +03:00
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:
parent
bbaf40d60a
commit
93514c2da2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user