mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 11:35:19 +03:00
chg: remove orjson from base requirements.txt
This commit is contained in:
parent
1e278fa2cb
commit
7598fbed54
@ -2,6 +2,7 @@
|
||||
-r requirements.txt
|
||||
|
||||
docker>=6.1.1
|
||||
orjson # JSON Serialization speedup
|
||||
podman
|
||||
python-dateutil
|
||||
requests
|
||||
|
@ -16,6 +16,7 @@ jinja2
|
||||
kafka-python
|
||||
netifaces
|
||||
nvidia-ml-py
|
||||
orjson # JSON Serialization speedup
|
||||
paho-mqtt
|
||||
pika
|
||||
podman
|
||||
|
@ -1,4 +1,3 @@
|
||||
defusedxml
|
||||
orjson
|
||||
packaging
|
||||
psutil>=5.6.7
|
||||
|
@ -1,6 +1,7 @@
|
||||
# install with base requirements file
|
||||
-r requirements.txt
|
||||
|
||||
fastapi>=0.82.0; python_version >= "3.8"
|
||||
jinja2
|
||||
uvicorn; python_version >= "3.8"
|
||||
fastapi>=0.82.0; # ReST API Framework
|
||||
jinja2 # Template engine
|
||||
orjson # JSON Serialization speedup
|
||||
uvicorn # Webserver
|
||||
|
Loading…
Reference in New Issue
Block a user