requirements.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. aiohttp==3.9.5
  2. aiosignal==1.3.1
  3. annotated-types==0.7.0
  4. anyio==4.4.0
  5. attrs==23.2.0
  6. beautifulsoup4==4.12.3
  7. certifi==2024.6.2
  8. charset-normalizer==3.3.2
  9. click==8.1.7
  10. dataclasses-json==0.6.7
  11. Deprecated==1.2.14
  12. dirtyjson==1.0.8
  13. distro==1.9.0
  14. dnspython==2.6.1
  15. email_validator==2.2.0
  16. fastapi==0.111.0
  17. fastapi-cli==0.0.4
  18. frozenlist==1.4.1
  19. fsspec==2024.6.1
  20. greenlet==3.0.3
  21. h11==0.14.0
  22. httpcore==1.0.5
  23. httptools==0.6.1
  24. httpx==0.27.0
  25. idna==3.7
  26. Jinja2==3.1.4
  27. joblib==1.4.2
  28. llama-cloud==0.0.6
  29. llama-index==0.10.51
  30. llama-index-agent-openai==0.2.7
  31. llama-index-cli==0.1.12
  32. llama-index-core==0.10.51
  33. llama-index-embeddings-openai==0.1.10
  34. llama-index-indices-managed-llama-cloud==0.2.2
  35. llama-index-legacy==0.9.48
  36. llama-index-llms-openai==0.1.24
  37. llama-index-multi-modal-llms-openai==0.1.6
  38. llama-index-program-openai==0.1.6
  39. llama-index-question-gen-openai==0.1.3
  40. llama-index-readers-file==0.1.25
  41. llama-index-readers-llama-parse==0.1.4
  42. llama-parse==0.4.5
  43. markdown-it-py==3.0.0
  44. MarkupSafe==2.1.5
  45. marshmallow==3.21.3
  46. mdurl==0.1.2
  47. multidict==6.0.5
  48. mypy-extensions==1.0.0
  49. nest-asyncio==1.6.0
  50. networkx==3.3
  51. nltk==3.8.1
  52. numpy==1.26.4
  53. openai==1.35.7
  54. orjson==3.10.5
  55. packaging==24.1
  56. pandas==2.2.2
  57. pillow==10.4.0
  58. pydantic==2.8.0
  59. pydantic_core==2.20.0
  60. Pygments==2.18.0
  61. pypdf==4.2.0
  62. python-dateutil==2.9.0.post0
  63. python-dotenv==1.0.1
  64. python-multipart==0.0.9
  65. pytz==2024.1
  66. PyYAML==6.0.1
  67. regex==2024.5.15
  68. requests==2.32.3
  69. rich==13.7.1
  70. shellingham==1.5.4
  71. six==1.16.0
  72. sniffio==1.3.1
  73. soupsieve==2.5
  74. SQLAlchemy==2.0.31
  75. starlette==0.37.2
  76. striprtf==0.0.26
  77. tenacity==8.4.2
  78. tiktoken==0.7.0
  79. tqdm==4.66.4
  80. typer==0.12.3
  81. typing-inspect==0.9.0
  82. typing_extensions==4.12.2
  83. tzdata==2024.1
  84. ujson==5.10.0
  85. urllib3==2.2.2
  86. uvicorn==0.30.1
  87. uvloop==0.19.0
  88. watchfiles==0.22.0
  89. websockets==12.0
  90. wrapt==1.16.0
  91. yarl==1.9.4