fastapi>=0.110
uvicorn[standard]>=0.27

# 数据库（SQLAlchemy 2.x 异步 + MySQL）
SQLAlchemy>=2.0
aiomysql>=0.2
greenlet>=3.0
aiosqlite>=0.20

# 配置
pydantic>=2.6
pydantic-settings>=2.2

# 迁移
alembic>=1.13

# 任务调度
celery>=5.3
redis>=5.0

# 测试
pytest>=8.0
pytest-asyncio>=0.23
httpx>=0.27
