15 lines
253 B
Plaintext
15 lines
253 B
Plaintext
# 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 |