# Web framework and server fastapi==0.116.0 uvicorn==0.35.0 # Database sqlalchemy==2.0.41 pymysql==1.1.1 asyncmy==0.2.10 # Authentication and security python-jose[cryptography]==3.3.0 passlib[bcrypt]==1.7.4 google-auth==2.23.4 google-auth-oauthlib==1.1.0 google-auth-httplib2==0.1.1 # Configuration and utilities python-dotenv==1.1.1 python-multipart==0.0.6 # Monitoring and logging sentry-sdk[fastapi]==1.40.0 # Development and testing (optional) # pytest==7.4.0 # pytest-asyncio==0.21.1 # httpx==0.24.1