From e860efa21d6aa3f2fc0a0159f20a18a2cfbe80a3 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Wed, 28 Aug 2024 15:22:59 +0200 Subject: [PATCH] Depend on uvicorn for diracx-routers --- diracx-routers/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/diracx-routers/pyproject.toml b/diracx-routers/pyproject.toml index 97fdccb31..6316fce00 100644 --- a/diracx-routers/pyproject.toml +++ b/diracx-routers/pyproject.toml @@ -25,6 +25,7 @@ dependencies = [ "fastapi", "httpx", "pydantic >=2.4", + "uvicorn", "sqlalchemy", "opentelemetry-api", "opentelemetry-exporter-otlp",