mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 16:51:35 +03:00
Merge branch 'develop' of https://github.com/nicolargo/glances into develop
This commit is contained in:
commit
201d6ddb00
4
setup.py
4
setup.py
@ -87,8 +87,8 @@ setup(
|
||||
'export': ['bernhard', 'cassandra-driver', 'couchdb', 'elasticsearch',
|
||||
'influxdb>=1.0.0', 'kafka-python', 'pika', 'potsdb',
|
||||
'prometheus_client', 'pyzmq', 'statsd'],
|
||||
'folders:python_version<"3.5"': ['scandir'],
|
||||
'gpu:python_version=="2.7"': ['nvidia-ml-py'],
|
||||
'folders': ['scandir'], # python_version<"3.5"
|
||||
'gpu': ['nvidia-ml-py'], # python_version=="2.7"
|
||||
'ip': ['netifaces'],
|
||||
'raid': ['pymdstat'],
|
||||
'snmp': ['pysnmp'],
|
||||
|
Loading…
Reference in New Issue
Block a user