From c28089ae478388d28e375113a8f84b0924fbce2e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 26 Nov 2023 22:40:36 +0100 Subject: First step of the migration --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 50c9c0f3..5192ae9c 100644 --- a/README.rst +++ b/README.rst @@ -101,8 +101,10 @@ Optional dependencies: - ``hddtemp`` (for HDD temperature monitoring support) [Linux-only] - ``influxdb`` (for the InfluxDB version 1 export module) - ``influxdb-client`` (for the InfluxDB version 2 export module) +- ``jinja2`` (for templating, used under the hood by FastAPI) - ``kafka-python`` (for the Kafka export module) - ``netifaces`` (for the IP plugin) +- ``orjson`` (fast JSON library, used under the hood by FastAPI) - ``py3nvml`` (for the GPU plugin) - ``pycouchdb`` (for the CouchDB export module) - ``pika`` (for the RabbitMQ/ActiveMQ export module) @@ -319,7 +321,7 @@ Start Termux on your device and enter: $ apt update $ apt upgrade $ apt install clang python - $ pip install fastapi uvicorn + $ pip install fastapi uvicorn orjson jinja2 $ pip install glances And start Glances: -- cgit v1.2.3