32 lines
446 B
Plaintext
32 lines
446 B
Plaintext
# 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
|