From fe7e3dff4e1e1a5433ae08747c6a8c4fac0a243a Mon Sep 17 00:00:00 2001 From: nicolargo Date: Wed, 21 Apr 2021 10:32:44 +0200 Subject: Update dep module list --- README.rst | 5 +++-- optional-requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9979983c..0a124af6 100644 --- a/README.rst +++ b/README.rst @@ -74,18 +74,19 @@ Optional dependencies: - ``influxdb-client`` (for the InfluxDB version 2 export module) [Only for Python >= 3.6] - ``kafka-python`` (for the Kafka export module) - ``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) - ``potsdb`` (for the OpenTSDB export module) - ``prometheus_client`` (for the Prometheus export module) - ``py-cpuinfo`` (for the Quicklook CPU info module) - ``pygal`` (for the graph export module) - ``pymdstat`` (for RAID support) [Linux-only] -- ``pySMART.smartx`` (for HDD Smart support) [Linux-only] - ``pysnmp`` (for SNMP support) +- ``pySMART.smartx`` (for HDD Smart support) [Linux-only] - ``pyzmq`` (for the ZeroMQ export module) - ``requests`` (for the Ports, Cloud plugins and RESTful export module) - ``scandir`` (for the Folders plugin) [Only for Python < 3.5] +- ``sparklines`` (for the Quick Plugin sparklines option) - ``statsd`` (for the StatsD export module) - ``wifi`` (for the wifi plugin) [Linux-only] - ``zeroconf`` (for the autodiscover mode) diff --git a/optional-requirements.txt b/optional-requirements.txt index 22590431..fe7d440d 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -4,9 +4,11 @@ bernhard bottle cassandra-driver +chevron couchdb docker>=2.0.0 elasticsearch +hddtemp influxdb influxdb-client; python_version >= "3.6" kafka-python @@ -21,7 +23,6 @@ pygal pymdstat pysnmp pySMART.smartx -chevron pyzmq requests scandir; python_version < "3.5" -- cgit v1.2.3