# FastAPI & ASGI
fastapi==0.111.0
uvicorn[standard]==0.29.0
python-multipart==0.0.9

# Veritabanı
sqlalchemy==2.0.30
alembic==1.13.1
pymysql==1.1.0
cryptography==42.0.7

# Auth & Güvenlik
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
bcrypt==4.1.3

# Veri doğrulama
pydantic==2.7.1
pydantic-settings==2.2.1
email-validator==2.1.1

# HTTP
httpx==0.27.0

# E-posta
fastapi-mail==1.4.1

# PDF oluşturma
reportlab==4.2.0

# Tarih/Saat
python-dateutil==2.9.0

# Log
structlog==24.1.0

# Test
pytest==8.2.0
pytest-asyncio==0.23.7
httpx==0.27.0

# Yardımcı
python-dotenv==1.0.1
pillow==10.3.0
