glances/webui-requirements.txt

7 lines
163 B
Plaintext
Raw Normal View History

2022-10-18 00:15:34 +03:00
# install with base requirements file
-r requirements.txt
fastapi; python_version >= "3.8"
uvicorn; python_version >= "3.8"
2023-11-27 00:40:36 +03:00
orjson; python_version >= "3.8"
jinja2