# Production requirements for py-flowcheck
fastapi>=0.100.0
uvicorn[standard]>=0.20.0
pydantic>=2.0.0
celery>=5.3.0
flask>=2.3.0

# Production monitoring and logging
prometheus-client>=0.17.0
structlog>=23.0.0
python-json-logger>=2.0.0

# Performance and reliability
gunicorn>=21.0.0
redis>=4.5.0
psutil>=5.9.0

# Security
cryptography>=41.0.0
python-multipart>=0.0.6

# Development and testing (optional)
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
black>=23.0.0
ruff>=0.0.280
mypy>=1.5.0