requirements.txt 514 B

1234567891011121314151617181920
  1. # Personal Information Signaling System - 个人信息信号系统
  2. # 依赖包列表
  3. # YAML文件处理
  4. pyyaml>=6.0.0
  5. # 图片处理(桌面提醒功能)
  6. Pillow>=10.0.0
  7. # 环境变量管理
  8. python-dotenv>=1.0.0
  9. # HTTP客户端(YouTube API调用)
  10. httpx>=0.28.0
  11. # LLM调用(可选,用于维度提取和研究报告生成)
  12. # 注意:hello_agents 需要单独安装,请参考:
  13. # https://github.com/datawhalechina/hello-agents
  14. # 或者使用 pip install hello-agents(如果已发布到PyPI)