# Web框架
fastapi>=0.110.0
uvicorn>=0.29.0

# 数据库
sqlalchemy>=2.0.0
aiosqlite>=0.20.0
alembic>=1.13.0

# 数据验证
pydantic>=2.0.0
pydantic-settings>=2.0.0

# 定时调度
apscheduler>=3.10.0

# 数据采集
akshare>=1.14.0
pandas>=2.0.0

# HTTP客户端
httpx>=0.27.0
requests>=2.31.0

# 文件处理
python-multipart>=0.0.9
xlrd>=2.0.0

# 重试机制
tenacity>=8.2.0

# 认证
python-jose[cryptography]>=3.3.0

# 缓存
redis>=5.0.0

# 日志
structlog>=24.0.0

# 开发/测试依赖
pytest>=8.0.0
pytest-asyncio>=0.23.0
pytest-html>=4.0.0
pytest-cov>=5.0.0
ruff>=0.4.0
