# FastAPI and web server
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
pydantic>=2.0.0
pydantic[email]>=2.0.0

# HTTP client for testing
httpx>=0.24.0

# Testing dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
testcontainers[cassandra]>=3.7.0
