# Core dependencies
fastapi==0.109.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0
python-jose[cryptography]==3.4.0
passlib[argon2]==1.7.4
python-multipart==0.0.18

# Advanced ML and AI
torch>=2.0.0
transformers>=4.30.0
sentence-transformers>=2.2.0
scikit-learn>=1.3.0
networkx>=3.1
numpy>=1.24.0
pandas>=2.0.0

# Code Analysis
slither-analyzer>=0.10.0
py-solc-x>=2.0.0

# Database
sqlalchemy==2.0.23
alembic==1.13.0
psycopg2-binary==2.9.9
asyncpg==0.29.0

# Workers
celery[redis]==5.3.4
redis>=4.5.2,<5.0.0
flower==2.0.1

# Storage
boto3==1.34.0
minio==7.2.11

# Utilities
httpx==0.25.2
python-dotenv==1.0.0
click==8.1.7
rich==13.7.0
tenacity==8.2.3

# Monitoring
prometheus-client==0.19.0
structlog==23.2.0

# PDF Generation
reportlab==4.0.7
pypdf==6.0.0

# WebSocket
websockets==12.0
python-socketio==5.10.0

# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2
faker==20.1.0

# Development
black==24.3.0
ruff==0.1.8
mypy==1.7.1
ipython==8.18.1

# Stripe (optional)
stripe==7.8.0

# Email (stubs)
sendgrid==6.11.0

# Security
cryptography==42.0.8
pyotp==2.9.0