mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-01 05:54:46 +03:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
# install with base requirements file
|
|
-r requirements.txt
|
|
|
|
fastapi; python_version >= "3.8"
|
|
uvicorn; python_version >= "3.8"
|
|
orjson; python_version >= "3.8"
|
|
jinja2 |