# FastAPI & Server fastapi==0.109.0 uvicorn[standard]==0.27.0 gunicorn==21.2.0 python-multipart==0.0.6 # Database sqlalchemy[asyncio]==2.0.23 aiomysql==0.2.0 pymysql==1.1.0 alembic==1.13.1 # asyncpg==0.29.0 # psycopg2-binary==2.9.9 # Redis & Celery redis==5.0.1 celery==5.3.6 # Authentication python-jose[cryptography]==3.3.0 PyJWT==2.8.0 passlib==1.7.4 bcrypt==4.1.2 pydantic[email]==2.5.3 pydantic-settings==2.1.0 # HTTP Client httpx==0.26.0 websockets==12.0 # Email sendgrid==6.11.0 # Utilities python-dotenv==1.0.0 pytz==2024.1 reportlab==4.0.7 openpyxl==3.1.2 numpy==1.26.3 # Testing pytest==7.4.4 pytest-asyncio==0.23.3 httpx==0.26.0