Skip to content

Commit

Permalink
chg: remove orjson from base requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
RazCrimson committed Aug 27, 2024
1 parent 1e278fa commit 7598fbe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions docker-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-r requirements.txt

docker>=6.1.1
orjson # JSON Serialization speedup
podman
python-dateutil
requests
Expand Down
1 change: 1 addition & 0 deletions optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jinja2
kafka-python
netifaces
nvidia-ml-py
orjson # JSON Serialization speedup
paho-mqtt
pika
podman
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
defusedxml
orjson
packaging
psutil>=5.6.7
7 changes: 4 additions & 3 deletions webui-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7598fbe

Please sign in to comment.