# FastAPI Backend
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-dotenv==1.0.0

# Database
sqlalchemy==2.0.25
psycopg2-binary==2.9.9
alembic==1.13.1

# Stripe
stripe==7.10.0

# Hetzner Cloud
hcloud==1.33.0

# HTTP Client
httpx==0.26.0

# Auth
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4

# Validation
pydantic==2.5.3
pydantic-settings==2.1.0
email-validator==2.1.0

# Utils
python-multipart==0.0.6

# Rate Limiting
slowapi==0.1.9

# SSH
asyncssh==2.14.2

# JWT (PyJWT for simple JWT handling)
PyJWT==2.8.0

# Password hashing
bcrypt==4.1.2

# OAuth
authlib==1.3.0
itsdangerous==2.1.2

# Redis (for token storage in production)
redis==5.0.1
