mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +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
|
||||
cassandra-driver
|
||||
couchdb
|
||||
docker>=2.0.2
|
||||
docker
|
||||
elasticsearch
|
||||
hddtemp
|
||||
influxdb
|
||||
matplotlib
|
||||
netifaces
|
||||
@ -18,7 +17,8 @@ pysnmp
|
||||
pystache
|
||||
pyzmq
|
||||
requests
|
||||
scandir
|
||||
scandir; python_version < "3.5"
|
||||
statsd
|
||||
wifi
|
||||
zeroconf
|
||||
https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.zip
|
||||
|
Loading…
Reference in New Issue
Block a user