# Production dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.4.0
python-multipart>=0.0.6
redis>=5.0.0
aiofiles>=23.2.0
httpx>=0.25.0
python-jose[cryptography]>=3.3.0
pyjwt>=2.10.1
cryptography>=45.0.0
passlib[bcrypt]>=1.7.4
structlog>=23.2.0
prometheus-client>=0.19.0
pydantic-settings>=2.0.0
slowapi>=0.1.9

# Development dependencies (install with pip install -r requirements-dev.txt)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# pytest-cov>=4.1.0
# black>=23.9.0
# ruff>=0.1.0
# mypy>=1.6.0
# pre-commit>=3.5.0
# locust>=2.17.0
# bandit>=1.7.0
# safety>=2.3.0