# Core dependencies
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
websockets>=12.0
python-dotenv>=1.0.0

# Database & caching
asyncpg>=0.29.0
redis>=5.0.0

# Authentication
bcrypt>=4.1.0

# Email service
resend>=2.0.0

# Production monitoring (optional)
sentry-sdk[fastapi]>=1.40.0

# Testing
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
ruff>=0.1.0
mypy>=1.8.0
