# FastAPI and Server fastapi==0.109.0 uvicorn==0.27.0 # Database sqlalchemy==2.0.25 pymysql==1.1.0 # Environment and Config python-dotenv==1.0.0 pydantic==2.5.3 pydantic-settings==2.1.0 # Security and Authentication cryptography==42.0.0 python-jose[cryptography]==3.3.0 bcrypt==4.0.1 passlib==1.7.4 # File Upload and Validation python-multipart==0.0.6 email-validator==2.1.0 # Email (Optional) aiosmtplib==3.0.1 # HTTP Client (NEW) httpx==0.26.0 # Logging (NEW) watchtower==3.0.1 python-json-logger==2.0.7 boto3==1.34.34