summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index d83d4ff5..1346ad0a 100644
--- a/README.rst
+++ b/README.rst
@@ -79,9 +79,12 @@ Requirements
============
- ``python>=3.8`` (use Glances 3.4.x for lower Python version)
-- ``psutil>=5.3.0`` (better with latest version)
+- ``psutil`` (better with latest version)
- ``defusedxml`` (in order to monkey patch xmlrpc)
+- ``packaging`` (for the version comparison)
- ``ujson`` (an optimized alternative to the standard json module)
+- ``pytz`` (for the timezone support)
+- ``pydantic`` (for the data validation support)
*Note for Python 2 users*