requirements.txt 360 B

1234567891011121314151617181920
  1. # 清理后的依赖包,只保留实际使用的包
  2. dotenv==0.9.9
  3. google-genai==1.29.0
  4. loguru==0.7.3
  5. pymysql==1.0.2
  6. Pillow==10.4.0
  7. requests==2.32.4
  8. httpx==0.28.1
  9. # FastAPI 相关依赖
  10. fastapi>=0.116.0
  11. uvicorn[standard]>=0.35.0
  12. langgraph==0.6.6
  13. langsmith==0.4.16
  14. langchain-openai==0.3.31
  15. langchain-core>=0.3.0
  16. google-generativeai==0.8.5
  17. SQLAlchemy==2.0.43