fix: add uvicorn dependency
All checks were successful
PR tests / build-and-smoke (pull_request) Successful in 1m43s

feat: add test_api file
This commit is contained in:
2025-11-25 09:59:24 +01:00
parent c44dc5a61c
commit 811313d1ef
3 changed files with 31 additions and 17 deletions

View File

@@ -4,7 +4,11 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["bibapi>=0.0.5", "fastapi>=0.122.0"]
dependencies = [
"bibapi>=0.0.5",
"fastapi>=0.122.0",
"uvicorn>=0.38.0",
]
[[tool.uv.index]]
name = "gitea"
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"