第二版
This commit is contained in:
@@ -1,10 +1,31 @@
|
||||
fastapi==0.109.0
|
||||
uvicorn[standard]==0.27.0
|
||||
crewai==0.51.0
|
||||
langchain==0.1.0
|
||||
langchain-community==0.0.10
|
||||
dashscope==1.14.1
|
||||
python-dotenv==1.0.0
|
||||
pydantic==2.5.3
|
||||
uuid6==2024.1.12
|
||||
sse-starlette==2.0.0
|
||||
# AI 框架核心
|
||||
crewai>=0.85.0
|
||||
crewai-tools>=0.14.0
|
||||
|
||||
# Web 框架
|
||||
fastapi>=0.109.0
|
||||
uvicorn[standard]>=0.27.0
|
||||
python-multipart>=0.0.6
|
||||
|
||||
# SSE 支持
|
||||
sse-starlette>=2.0.0
|
||||
|
||||
# 异步处理
|
||||
asyncio>=3.4.3
|
||||
aiofiles>=23.2.1
|
||||
|
||||
# 工具库
|
||||
pydantic>=2.5.0
|
||||
pydantic-settings>=2.1.0
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# HTTP 客户端
|
||||
httpx>=0.26.0
|
||||
requests>=2.31.0
|
||||
|
||||
# 代码高亮和格式化
|
||||
pygments>=2.17.0
|
||||
|
||||
# 测试(可选)
|
||||
pytest>=7.4.0
|
||||
pytest-asyncio>=0.23.0
|
||||
|
||||
Reference in New Issue
Block a user