# FastAPI Framework fastapi>=0.110.0,<1.0.0 uvicorn[standard]>=0.27.0,<1.0.0 gunicorn>=21.0.0,<24.0.0 # Database mysql-connector-python>=8.3.0,<10.0.0 SQLAlchemy>=2.0.0,<3.0.0 # Authentication & Security python-jose[cryptography]>=3.3.0,<4.0.0 passlib[bcrypt]>=1.7.4,<2.0.0 bcrypt>=4.0.0,<5.0.0 # Utilities python-multipart>=0.0.6,<1.0.0 python-dotenv>=1.0.0,<2.0.0 asgiref>=3.7.0,<4.0.0 # Google Drive API google-auth>=2.27.0,<3.0.0 google-auth-oauthlib>=1.2.0,<2.0.0 google-auth-httplib2>=0.2.0,<1.0.0 google-api-python-client>=2.118.0,<3.0.0 # Image Processing Pillow>=10.0.0,<12.0.0 # HTTP Client (para migraciones y APIs externas) requests>=2.31.0,<3.0.0 httpx>=0.25.0,<1.0.0 # Production PyMySQL>=1.1.0,<2.0.0