Files
autogen/requirements.txt
2026-03-12 13:27:03 +08:00

23 lines
354 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AutoGen SDLC 多智能体系统依赖包
# 核心框架
pyautogen>=0.2.16
# 阿里云 DashScope SDKQwen 模型)
dashscope>=1.14.0
# 前端界面
streamlit>=1.28.0
# 测试工具
pytest>=7.4.0
pytest-cov>=4.1.0
# 工具库
python-dotenv>=1.0.0 # 环境变量管理
# 可选:代码质量工具
# black>=23.0.0
# flake8>=6.0.0
# mypy>=1.0.0