optional FastAPI service skeleton

This commit is contained in:
2026-05-06 19:30:49 +02:00
parent f4f77b2eeb
commit e53bc4144d
8 changed files with 352 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ dev = [
]
service = [
"fastapi>=0.110",
"httpx>=0.27",
"uvicorn>=0.27",
]
storage = [