glances/requirements.txt
2023-11-05 09:53:44 +01:00

8 lines
198 B
Plaintext

psutil>=5.6.7
defusedxml
packaging
ujson<4; python_version >= "3.5" and python_version < "3.6"
ujson<5; python_version >= "3.6" and python_version < "3.7"
ujson>=5.4.0; python_version >= "3.7"
pytz