Initial scaffold: FastAPI micro-service with Docker, SQLite, tests

This commit is contained in:
founder
2026-06-05 02:45:49 +02:00
commit 350143ceb4
16 changed files with 460 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
fastapi>=0.115.0,<1.0.0
uvicorn[standard]>=0.34.0,<1.0.0
pydantic>=2.0.0,<3.0.0
python-dotenv>=1.0.0,<2.0.0