mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-26 02:31:36 +03:00
Update dep module list
This commit is contained in:
parent
2e56ccac42
commit
fe7e3dff4e
@ -74,18 +74,19 @@ Optional dependencies:
|
|||||||
- ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6]
|
- ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6]
|
||||||
- ``kafka-python`` (for the Kafka export module)
|
- ``kafka-python`` (for the Kafka export module)
|
||||||
- ``netifaces`` (for the IP plugin)
|
- ``netifaces`` (for the IP plugin)
|
||||||
- ``nvidia-ml-py3`` (for the GPU plugin)
|
- ``py3nvml`` (for the GPU plugin) [Only for Python 3]
|
||||||
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
|
- ``pika`` (for the RabbitMQ/ActiveMQ export module)
|
||||||
- ``potsdb`` (for the OpenTSDB export module)
|
- ``potsdb`` (for the OpenTSDB export module)
|
||||||
- ``prometheus_client`` (for the Prometheus export module)
|
- ``prometheus_client`` (for the Prometheus export module)
|
||||||
- ``py-cpuinfo`` (for the Quicklook CPU info module)
|
- ``py-cpuinfo`` (for the Quicklook CPU info module)
|
||||||
- ``pygal`` (for the graph export module)
|
- ``pygal`` (for the graph export module)
|
||||||
- ``pymdstat`` (for RAID support) [Linux-only]
|
- ``pymdstat`` (for RAID support) [Linux-only]
|
||||||
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
|
|
||||||
- ``pysnmp`` (for SNMP support)
|
- ``pysnmp`` (for SNMP support)
|
||||||
|
- ``pySMART.smartx`` (for HDD Smart support) [Linux-only]
|
||||||
- ``pyzmq`` (for the ZeroMQ export module)
|
- ``pyzmq`` (for the ZeroMQ export module)
|
||||||
- ``requests`` (for the Ports, Cloud plugins and RESTful export module)
|
- ``requests`` (for the Ports, Cloud plugins and RESTful export module)
|
||||||
- ``scandir`` (for the Folders plugin) [Only for Python < 3.5]
|
- ``scandir`` (for the Folders plugin) [Only for Python < 3.5]
|
||||||
|
- ``sparklines`` (for the Quick Plugin sparklines option)
|
||||||
- ``statsd`` (for the StatsD export module)
|
- ``statsd`` (for the StatsD export module)
|
||||||
- ``wifi`` (for the wifi plugin) [Linux-only]
|
- ``wifi`` (for the wifi plugin) [Linux-only]
|
||||||
- ``zeroconf`` (for the autodiscover mode)
|
- ``zeroconf`` (for the autodiscover mode)
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
bernhard
|
bernhard
|
||||||
bottle
|
bottle
|
||||||
cassandra-driver
|
cassandra-driver
|
||||||
|
chevron
|
||||||
couchdb
|
couchdb
|
||||||
docker>=2.0.0
|
docker>=2.0.0
|
||||||
elasticsearch
|
elasticsearch
|
||||||
|
hddtemp
|
||||||
influxdb
|
influxdb
|
||||||
influxdb-client; python_version >= "3.6"
|
influxdb-client; python_version >= "3.6"
|
||||||
kafka-python
|
kafka-python
|
||||||
@ -21,7 +23,6 @@ pygal
|
|||||||
pymdstat
|
pymdstat
|
||||||
pysnmp
|
pysnmp
|
||||||
pySMART.smartx
|
pySMART.smartx
|
||||||
chevron
|
|
||||||
pyzmq
|
pyzmq
|
||||||
requests
|
requests
|
||||||
scandir; python_version < "3.5"
|
scandir; python_version < "3.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user