# FastAPI核心依赖
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6

# 数据库相关
sqlalchemy==2.0.23
alembic==1.12.1
aiomysql==0.2.0
asyncpg==0.29.0

# 认证和安全
python-jose[cryptography]==3.3.0
passlib==1.7.4
bcrypt==4.1.2           # 明确指定 bcrypt 版本
python-multipart==0.0.6
cryptography==41.0.7

# Redis缓存
redis==5.0.1
aioredis==2.0.1

# 配置管理
pydantic==2.12.5
pydantic-settings==2.1.0

# 工具库
python-dateutil==2.8.2
email-validator==2.1.0
phonenumbers==8.13.25
Pillow==10.1.0

# HTTP客户端
httpx==0.25.2
aiofiles==23.2.1

# 日志
loguru==0.7.2

# 任务队列
celery==5.3.4
flower==2.0.1

# 开发工具
python-dotenv>=1.0.1

# 向量数据库
pymilvus==2.6.6



# 开发工具
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2

# 代码质量
black==23.11.0
isort==5.12.0
flake8==6.1.0
mypy==1.7.1

# 调试工具
ipython==8.17.2
ipdb==0.13.13

# 文档生成
mkdocs==1.5.3
mkdocs-material==9.4.8


# langchain 组件
langchain-text-splitters==1.1.0
langchain_openai==1.1.7
langchain_milvus==0.3.3
minio==7.2.20