requirements.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. fastapi==0.115.7
  2. uvicorn[standard]==0.30.6
  3. pydantic==2.10.6
  4. python-multipart==0.0.18
  5. python-socketio==5.11.3
  6. python-jose==3.4.0
  7. passlib[bcrypt]==1.7.4
  8. requests==2.32.3
  9. aiohttp==3.11.11
  10. async-timeout
  11. aiocache
  12. aiofiles
  13. sqlalchemy==2.0.32
  14. alembic==1.14.0
  15. peewee==3.17.8
  16. peewee-migrate==1.12.2
  17. psycopg2-binary==2.9.9
  18. pgvector==0.3.5
  19. PyMySQL==1.1.1
  20. bcrypt==4.2.0
  21. pymongo
  22. redis
  23. boto3==1.35.53
  24. argon2-cffi==23.1.0
  25. APScheduler==3.10.4
  26. RestrictedPython==8.0
  27. loguru==0.7.2
  28. asgiref==3.8.1
  29. # AI libraries
  30. openai
  31. anthropic
  32. google-generativeai==0.7.2
  33. tiktoken
  34. langchain==0.3.7
  35. langchain-community==0.3.7
  36. fake-useragent==1.5.1
  37. chromadb==0.6.2
  38. pymilvus==2.5.0
  39. qdrant-client~=1.12.0
  40. opensearch-py==2.8.0
  41. playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
  42. transformers
  43. sentence-transformers==3.3.1
  44. colbert-ai==0.2.21
  45. einops==0.8.0
  46. ftfy==6.2.3
  47. pypdf==4.3.1
  48. fpdf2==2.8.2
  49. pymdown-extensions==10.14.2
  50. docx2txt==0.8
  51. python-pptx==1.0.0
  52. unstructured==0.16.17
  53. nltk==3.9.1
  54. Markdown==3.7
  55. pypandoc==1.13
  56. pandas==2.2.3
  57. openpyxl==3.1.5
  58. pyxlsb==1.0.10
  59. xlrd==2.0.1
  60. validators==0.34.0
  61. psutil
  62. sentencepiece
  63. soundfile==0.13.1
  64. azure-ai-documentintelligence==1.0.0
  65. opencv-python-headless==4.11.0.86
  66. rapidocr-onnxruntime==1.3.24
  67. rank-bm25==0.2.2
  68. faster-whisper==1.1.1
  69. PyJWT[crypto]==2.10.1
  70. authlib==1.4.1
  71. black==24.8.0
  72. langfuse==2.44.0
  73. youtube-transcript-api==0.6.3
  74. pytube==15.0.0
  75. extract_msg
  76. pydub
  77. duckduckgo-search~=7.3.2
  78. ## Google Drive
  79. google-api-python-client
  80. google-auth-httplib2
  81. google-auth-oauthlib
  82. ## Tests
  83. docker~=7.1.0
  84. pytest~=8.3.2
  85. pytest-docker~=3.1.1
  86. googleapis-common-protos==1.63.2
  87. google-cloud-storage==2.19.0
  88. azure-identity==1.20.0
  89. azure-storage-blob==12.24.1
  90. ## LDAP
  91. ldap3==2.9.1
  92. ## Firecrawl
  93. firecrawl-py==1.12.0