requirements.txt 168 B

123456789101112
  1. # HelloAgents框架
  2. hello-agents[all]>=0.1.0
  3. # Jupyter环境
  4. jupyter>=1.0.0
  5. notebook>=7.0.0
  6. # 读取excel文件
  7. xlrd>=2.0.1
  8. # 环境变量管理
  9. python-dotenv>=1.0.0