This commit is contained in:
2025-11-15 08:42:00 +01:00
parent 47a22ac2a6
commit afe3db934c
48 changed files with 30234 additions and 749 deletions

View File

@@ -0,0 +1,15 @@
# Core web framework and server
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
# Configuration
PyYAML>=6.0.2
# Testing
pytest>=8.3.1
httpx>=0.27.2
# Optional developer tooling (can be moved to requirements-dev.txt)
mypy>=1.11.2
ruff>=0.6.4
black>=24.10.0