Skip to content

Commit 7598fbe

Browse files
committed
chg: remove orjson from base requirements.txt
1 parent 1e278fa commit 7598fbe

4 files changed

+6
-4
lines changed

docker-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-r requirements.txt
33

44
docker>=6.1.1
5+
orjson # JSON Serialization speedup
56
podman
67
python-dateutil
78
requests

optional-requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jinja2
1616
kafka-python
1717
netifaces
1818
nvidia-ml-py
19+
orjson # JSON Serialization speedup
1920
paho-mqtt
2021
pika
2122
podman

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
defusedxml
2-
orjson
32
packaging
43
psutil>=5.6.7

webui-requirements.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# install with base requirements file
22
-r requirements.txt
33

4-
fastapi>=0.82.0; python_version >= "3.8"
5-
jinja2
6-
uvicorn; python_version >= "3.8"
4+
fastapi>=0.82.0; # ReST API Framework
5+
jinja2 # Template engine
6+
orjson # JSON Serialization speedup
7+
uvicorn # Webserver

0 commit comments

Comments
 (0)