# Core web framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0

# Database
sqlalchemy==2.0.23
asyncpg==0.29.0

# Redis and cache
redis==5.0.1
aioredis==2.0.1

# NATS messaging
nats-py==2.6.0

# HTTP clients
httpx==0.25.2
aiohttp==3.9.1
requests==2.31.0

# OpenAPI processing
openapi-spec-validator==0.7.1
openapi-parser==0.2.6
apispec==6.3.0

# JSON processing
jsonschema==4.20.0

# Configuration
python-dotenv==1.0.0
pyyaml>=5.3.1,<7.0.0

# Monitoring and logging
prometheus-client==0.19.0
structlog==23.2.0
rich==13.7.0

# Utilities
python-multipart==0.0.6

# Development tools
pytest==7.4.3
pytest-asyncio==0.21.1
black==23.11.0
flake8==6.1.0
mypy==1.7.1