Skip to content

Commit

Permalink
Update dep module list
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Apr 21, 2021
1 parent 2e56cca commit fe7e3df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,7 +23,6 @@ pygal
pymdstat
pysnmp
pySMART.smartx
chevron
pyzmq
requests
scandir; python_version < "3.5"
Expand Down

0 comments on commit fe7e3df

Please sign in to comment.