# Application
fastapi>=0.95.0
uvicorn[standard]>=0.20.0
pydantic>=1.10.0

# HTTP client for tests and small integrations
httpx>=0.24.0

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0

