# FastAPI and Core fastapi[all]==0.109.0 uvicorn[standard]==0.27.0 python-multipart==0.0.6 starlette==0.35.1 a2wsgi==1.10.10 # Database - MySQL Async Support sqlalchemy[asyncio]==2.0.25 asyncmy==0.2.9 aiomysql==0.2.0 alembic==1.13.1 PyMySQL==1.1.1 # Redis for caching and sessions redis==5.0.1 aioredis==2.0.1 # Authentication & Security python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 bcrypt==4.1.2 pyjwt==2.8.0 # Validation pydantic==2.5.3 pydantic-settings==2.1.0 email-validator==2.1.0.post1 # HTTP Client for external APIs httpx==0.26.0 aiohttp==3.9.1 # Mapbox SDK mapbox==0.18.1 # Twilio for SMS/OTP twilio==8.11.1 # Social Auth authlib==1.3.0 # WebSocket websockets==12.0 python-socketio==5.11.0 # File Storage - AWS S3 boto3==1.34.11 # Task Queue (Optional - Celery) celery[redis]==5.3.6 # Push Notifications firebase-admin==6.3.0 # Email aiosmtplib==3.0.1 # Payments (Stripe example) stripe==7.11.0 # PDF Generation reportlab==4.0.8 weasyprint==60.2 # CSV Export python-csv==0.0.13 # Geolocation utilities geopy==2.4.1 # Testing pytest==7.4.4 pytest-asyncio==0.23.3 httpx==0.26.0 pytest-cov==4.1.0 factory-boy==3.3.0 # Development python-dotenv==1.0.0 black==23.12.1 isort==5.13.2 flake8==7.0.0 # Logging loguru==0.7.2 # Rate limiting slowapi==0.1.9 # CORS & Security secure==0.3.0