# Web Framework fastapi==0.115.0 uvicorn[standard]==0.30.6 python-multipart==0.0.9 # Database sqlalchemy==2.0.36 alembic==1.13.3 psycopg[binary,pool]==3.2.3 geoalchemy2==0.15.2 # Pydantic & Settings pydantic[email]==2.9.2 pydantic-settings==2.5.2 python-dotenv==1.0.1 email-validator==2.2.0 # Authentication PyJWT==2.9.0 bcrypt==5.0.0 # Redis & ARQ (async background jobs - replaces Celery/RabbitMQ) redis[hiredis]==5.1.1 arq==0.26.1 # Rate Limiting slowapi==0.1.9 # HTTP Client httpx==0.27.2 # AWS S3 boto3==1.35.30 # AI Integrations anthropic==0.34.2 openai==1.47.0 # QR Code Generation qrcode[pil]==7.4.2 Pillow==10.4.0 # PDF Generation reportlab==4.2.5 # Email (AWS SES via boto3 or SendGrid) sendgrid==6.11.0 # Stripe Payments stripe==10.12.0 # Utilities python-slugify==8.0.4 python-dateutil==2.9.0.post0 pytz==2024.2 # Logging structlog==24.4.0 # Testing pytest==8.3.3 pytest-asyncio==0.24.0 pytest-cov==5.0.0 factory-boy==3.3.1 # Code Quality ruff==0.6.9