chore: add gunicorn dep #97

Merged
perl_d merged 1 commits from chore/update_deps_2 into master 2026-07-09 13:53:39 +02:00
+2 -1
View File
@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"uv",
"gunicorn",
"aarecommon>=0.1.3",
"pydantic==2.11.4",
"numpy==2.2.5",
@@ -28,7 +29,7 @@ dependencies = [
"bec_lib>=3.130.3",
"bec-ipython-client>=3.130.3",
"aarescan-client==1.0.0rc5",
"aarelcinfer-client==0.1.1a6",
"aarelcinfer-client==0.1.1a8",
"matplotlib>=3.10.3",
"httpx>=0.28.1",
]