# FastAPI 核心依赖
fastapi==0.104.1
uvicorn[standard]==0.24.0
pydantic==2.5.0
pydantic-settings==2.1.0

# 数据库
pymysql==1.1.0
sqlalchemy==2.0.23

# AI 和 LangChain
langchain==0.1.0
langchain-community==0.0.10
langchain-openai==0.0.2

# 向量数据库
chromadb==0.4.22

# 文档处理
python-docx==1.1.0
openpyxl==3.1.2
PyPDF2==3.0.1
pdfplumber==0.10.3
markdown==3.5.1

# 测试框架
pytest==7.4.3
pytest-json-report==1.5.0
pytest-asyncio==0.21.1
requests==2.31.0
playwright==1.40.0

# 加密和安全
pycryptodome==3.19.0
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4

# 其他工具
python-multipart==0.0.6
aiofiles==23.2.1
python-dotenv==1.0.0
