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 -r requirements.txt
docker>=6.1.1 docker>=6.1.1
orjson # JSON Serialization speedup
podman podman
python-dateutil python-dateutil
requests requests

View File

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

View File

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

View File

@ -1,6 +1,7 @@
# install with base requirements file # install with base requirements file
-r requirements.txt -r requirements.txt
fastapi>=0.82.0; python_version >= "3.8" fastapi>=0.82.0; # ReST API Framework
jinja2 jinja2 # Template engine
uvicorn; python_version >= "3.8" orjson # JSON Serialization speedup
uvicorn # Webserver