chore: add gunicorn dep
Build and Publish / test (pull_request) Successful in 2m16s
Build and Publish / test (push) Successful in 2m17s
Build and Publish / test (pull_request_target) Successful in 2m25s
Build and Publish / build (push) Successful in 18s
Build and Publish / build (pull_request_target) Successful in 22s
Build and Publish / Build and Deploy Docs (push) Successful in 32s
Build and Publish / Build and Deploy Docs (pull_request_target) Successful in 34s
Build and Publish / build (pull_request) Failing after 10m26s
Build and Publish / Build and Deploy Docs (pull_request) Skipped

This commit was merged in pull request #97.
This commit is contained in:
2026-07-09 13:52:27 +02:00
parent 9fb2004e05
commit 5a9d4a2662
+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",
]