requirements-dev.txt 209 B

12345678
  1. # 开发依赖 - Knowledge Agent 项目
  2. # 用于开发时的类型检查和代码质量工具
  3. # 类型检查桩文件
  4. types-requests==2.32.4.20250913
  5. # 安装方式:
  6. # pip3 install -r requirements-dev.txt