requirements.txt 240 B

1234567891011
  1. # 提示词库管理系统依赖包
  2. pandas==2.1.4
  3. openpyxl==3.1.2
  4. google-auth==2.22.0
  5. google-auth-oauthlib==1.0.0
  6. google-auth-httplib2==0.1.0
  7. google-api-python-client==2.96.0
  8. PyYAML==6.0.1
  9. python-dotenv==1.0.0
  10. rich==13.7.1
  11. InquirerPy==0.3.4