# BustAPI Production Requirements

# Core framework
bustapi>=0.1.0

# WSGI Server
gunicorn>=21.2.0

# Database
psycopg2-binary>=2.9.0
sqlalchemy>=2.0.0
alembic>=1.12.0

# Caching
redis>=5.0.0

# Security
cryptography>=41.0.0
pyjwt>=2.8.0

# Monitoring & Logging
prometheus-client>=0.17.0
structlog>=23.1.0

# HTTP Client
httpx>=0.24.0
requests>=2.31.0

# Data Validation
pydantic>=2.0.0

# Environment Management
python-dotenv>=1.0.0

# Development & Testing (optional)
pytest>=7.4.0
pytest-asyncio>=0.21.0
black>=23.7.0
flake8>=6.0.0
mypy>=1.5.0

# Performance Monitoring
psutil>=5.9.0

# Email (if needed)
# fastapi-mail>=1.4.0

# File Upload (if needed)
# python-multipart>=0.0.6

# Template Engine (if needed)
jinja2>=3.1.0

# CORS (if needed)
# fastapi-cors>=0.0.6
