# FastAPI fastapi==0.109.0 uvicorn[standard]==0.27.0 # Database (MySQL) sqlalchemy==2.0.25 pymysql==1.1.0 cryptography==41.0.7 alembic==1.13.1 # Authentication python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 # Validation & Settings pydantic==2.5.3 pydantic-settings==2.1.0 python-multipart==0.0.6 email-validator==2.1.0 # Utilities python-dotenv==1.0.0 requests==2.31.0 # Testing pytest==7.4.4 pytest-asyncio==0.23.3 pytest-cov==4.1.0 httpx==0.26.0 faker==22.0.0 # Development black==23.12.1 isort==5.13.2