# Core Dependencies (lightweight)
fastapi==0.109.0
uvicorn[standard]==0.27.0
pydantic==2.5.3

# HTTP Client (for future API calls)
httpx==0.26.0

# Utilities
python-dateutil==2.8.2

# Secure key storage
cryptography==42.0.5
