requirements.txt 790 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. aiohttp==3.8.4
  2. aiosignal==1.3.1
  3. annotated-types==0.6.0
  4. anyio==4.3.0
  5. async-timeout==4.0.2
  6. attrs==23.1.0
  7. blinker==1.6.2
  8. certifi==2023.5.7
  9. chardet==3.0.4
  10. charset-normalizer==3.1.0
  11. click==8.1.3
  12. distro==1.9.0
  13. exceptiongroup==1.2.0
  14. Flask==2.3.2
  15. frozenlist==1.3.3
  16. googletrans==3.0.0
  17. gunicorn==20.1.0
  18. h11==0.14.0
  19. h2==3.2.0
  20. hpack==3.0.0
  21. hstspreload==2023.1.1
  22. httpcore==1.0.5
  23. httpx==0.27.0
  24. hyperframe==5.2.0
  25. idna==2.10
  26. itsdangerous==2.1.2
  27. Jinja2==3.1.2
  28. jsonlines==4.0.0
  29. MarkupSafe==2.1.3
  30. mod-wsgi==4.9.4
  31. multidict==6.0.4
  32. numpy==1.26.4
  33. openai==1.16.0
  34. pandas==2.2.1
  35. pydantic==2.6.4
  36. pydantic_core==2.16.3
  37. python-dateutil==2.9.0.post0
  38. pytz==2024.1
  39. requests==2.31.0
  40. rfc3986==1.5.0
  41. six==1.16.0
  42. sniffio==1.3.0
  43. tqdm==4.65.0
  44. typing_extensions==4.10.0
  45. tzdata==2024.1
  46. urllib3==2.0.3
  47. Werkzeug==2.3.5
  48. yarl==1.9.2