# MOA Telehealth Governor - Production Requirements
# Install: pip install -r requirements.txt

# Core API
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0

# Physics/Math
numpy>=1.26.0
scipy>=1.11.0
pandas>=2.1.0
scikit-learn>=1.3.0

# Citation & NLP (APA Writer)
habanero>=1.2.3
textstat>=0.7.3

# Billing
stripe>=7.0.0

# HTTP Client (for MCP regulatory calls)
httpx>=0.26.0
requests>=2.31.0

# Security
python-jose[cryptography]>=3.3.0

# Database (optional - for persistent audit)
sqlalchemy>=2.0.0

# Monitoring
python-json-logger>=2.0.0
