mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-10 20:38:23 +03:00
11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
# install with base requirements file
|
|
-r requirements.txt
|
|
|
|
docker>=6.1.1; python_version >= "3.7"
|
|
podman; python_version >= "3.6"
|
|
packaging; python_version >= "3.7"
|
|
python-dateutil
|
|
six
|
|
urllib3<2.0 # See issue https://github.com/nicolargo/glances/issues/2392
|
|
requests # See issue - https://github.com/nicolargo/glances/issues/2233
|