fastapi>=0.103
uvicorn[standard]>=0.23
pydantic>=2.0
pydantic-settings>=2.0
pyyaml>=6.0
requests>=2.31
psycopg2-binary>=2.9
alembic>=1.13
prometheus-client>=0.19

[cli]
rich>=13.0
tabulate>=0.9.0
watchdog>=3.0
sseclient>=0.0.27

[dev]
ruff>=0.3
flake8>=6.0
mypy>=1.0
types-requests

[test]
pytest>=7.4
pytest-asyncio>=0.21
pytest-cov>=4.1
httpx>=0.25
