mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 20:45:33 +03:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
# install with base requirements file
|
|
-r requirements.txt
|
|
|
|
fastapi>=0.82.0; # ReST API Framework
|
|
jinja2 # Template engine
|
|
orjson # JSON Serialization speedup
|
|
uvicorn # Webserver
|