# HTTP Client
requests>=2.31.0

# JWT Handling
PyJWT>=2.8.0

# Cryptography for RSA keys
cryptography>=41.0.0

# Data Validation
pydantic>=2.5.0

# Environment Variables
python-dotenv>=1.0.0

# Optional: FastAPI integration (peer dependency)
# fastapi>=0.104.0  # Users install this themselves