Files
superDreamFront/requirements.txt
xuyong 20e842a60a add cryptography dependency for MySQL caching_sha2_password auth
aiomysql requires the cryptography package to connect to MySQL 8.0
which uses caching_sha2_password by default.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 22:11:04 +08:00

12 lines
227 B
Plaintext

fastapi>=0.104.1
uvicorn[standard]>=0.24.0
python-dotenv>=1.0.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
aiofiles>=23.2.0
httpx>=0.25.0
sqlalchemy[asyncio]>=2.0.23
aiomysql>=0.2.0
cryptography>=41.0.0
PyJWT>=2.8.0
bcrypt>=4.1.0