requirements.txt 393 B

12345678910111213141516171819
  1. tomark~=0.1.4
  2. psutil~=5.9.2
  3. wget
  4. grpcio==1.51.3; python_version<"3.12"
  5. grpcio==1.59.0; python_version>="3.12"
  6. pydantic>=2
  7. editdistance
  8. openpyxl
  9. premailer
  10. python-docx
  11. ######## For Chatocrv3 #######
  12. langchain==0.2.17
  13. langchain-community==0.2.17
  14. langchain-text-splitters==0.2.4
  15. transformers==4.40.0
  16. unstructured
  17. networkx
  18. numpy==1.24.4; python_version<"3.12"
  19. numpy==1.26.4; python_version>="3.12"