chg: remove orjson from base requirements.txt

pull/2933/head
Bharath Vignesh J K 2024-08-28 00:07:40 +05:30
parent 1e278fa2cb
commit 7598fbed54
4 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,7 @@
-r requirements.txt
docker>=6.1.1
orjson # JSON Serialization speedup
podman
python-dateutil
requests

View File

@ -16,6 +16,7 @@ jinja2
kafka-python
netifaces
nvidia-ml-py
orjson # JSON Serialization speedup
paho-mqtt
pika
podman

View File

@ -1,4 +1,3 @@
defusedxml
orjson
packaging
psutil>=5.6.7

View File

@ -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