base.txt 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. # Web Framework
  2. fastapi==0.116.0
  3. gunicorn==23.0.0
  4. httptools==0.6.4
  5. python-multipart==0.0.20
  6. sse-starlette==2.4.1
  7. starlette==0.46.2
  8. uvicorn==0.35.0
  9. watchfiles==1.1.0
  10. websockets==15.0.1
  11. # Async Task Queue
  12. aioredis==2.0.1
  13. amqp
  14. billiard==4.2.3
  15. celery
  16. kombu
  17. redis==6.2.0
  18. vine
  19. # AI / LLM
  20. dashscope==1.23.8
  21. langchain-chroma==0.2.4
  22. langchain-classic==1.0.0
  23. langchain-community==0.4.1
  24. langchain-core==1.1.3
  25. langchain-mcp-adapters
  26. langchain-mcp-tools==0.2.10
  27. langchain-milvus==0.3.1
  28. langchain-openai==1.1.1
  29. langchain-redis>=0.2.5
  30. langchain-text-splitters==1.0.0
  31. langchain-voyageai==0.3.0
  32. langchain==1.1.3
  33. langfuse==3.9.3
  34. langgraph-checkpoint-postgres
  35. langgraph-checkpoint-redis==0.0.8
  36. langgraph-checkpoint==3.0.1
  37. langgraph-prebuilt==1.0.5
  38. langgraph-sdk==0.2.15
  39. langgraph==1.0.4
  40. langserve
  41. langsmith==0.4.58
  42. openai==2.9.0
  43. tiktoken==0.12.0
  44. xinference-client==1.7.1.post1
  45. zhipuai==2.1.5.20250708
  46. # Data / Database
  47. aiomysql==0.3.2
  48. chromadb==1.0.15
  49. greenlet==3.3.0
  50. milvus==2.2.16
  51. mysql-connector-python==9.3.0
  52. pgvector==0.4.1
  53. psycopg-pool==3.2.7
  54. psycopg2-binary==2.9.11
  55. psycopg==3.2.12
  56. pymilvus==2.6.5
  57. pymysql==1.1.1
  58. redisvl>=0.12.0
  59. sqlalchemy==2.0.45
  60. # Document Processing
  61. Pillow>=9.0.0
  62. beautifulsoup4==4.14.3
  63. bs4==0.0.2
  64. docopt==0.6.2
  65. docutils==0.21.2
  66. docx2pdf>=0.1.8
  67. ffmpeg-python==0.2.0
  68. lxml==6.0.2
  69. markdownify==1.2.2
  70. pandocfilters==1.5.1
  71. pillow==12.0.0
  72. pymupdf==1.26.3
  73. pypdf==6.2.0
  74. python-docx==1.2.0
  75. soupsieve==2.8
  76. # Observability
  77. opentelemetry-api==1.34.1
  78. opentelemetry-exporter-otlp-proto-common==1.34.1
  79. opentelemetry-exporter-otlp-proto-grpc==1.34.1
  80. opentelemetry-exporter-otlp-proto-http==1.34.1
  81. opentelemetry-proto==1.34.1
  82. opentelemetry-sdk==1.34.1
  83. opentelemetry-semantic-conventions==0.55b1
  84. posthog==5.4.0
  85. # Serialization / Types
  86. annotated-types==0.7.0
  87. dataclasses-json==0.6.7
  88. fastjsonschema==2.21.2
  89. jsonpatch==1.33
  90. jsonpath-ng==1.7.0
  91. jsonpointer==3.0.0
  92. jsonschema-pydantic==0.6
  93. jsonschema-specifications==2025.4.1
  94. jsonschema==4.24.0
  95. marshmallow==3.26.1
  96. mypy-extensions==1.1.0
  97. openapi-pydantic==0.5.1
  98. orjson==3.11.5
  99. pydantic-core==2.41.5
  100. pydantic-settings==2.12.0
  101. pydantic==2.12.5
  102. pyyaml==6.0.3
  103. typing-extensions==4.15.0
  104. typing-inspect==0.9.0
  105. typing-inspection==0.4.2
  106. ujson==5.10.0
  107. # Infrastructure / Network
  108. aiohappyeyeballs==2.6.1
  109. aiohttp==3.13.2
  110. aiolimiter==1.2.1
  111. aiosignal==1.4.0
  112. anyio==4.12.0
  113. async-timeout==5.0.1
  114. authlib==1.6.0
  115. backoff==2.2.1
  116. bcrypt==4.3.0
  117. cachetools==5.5.2
  118. certifi==2025.11.12
  119. cffi==1.17.1
  120. charset-normalizer==3.4.4
  121. cryptography==45.0.5
  122. distro==1.9.0
  123. durationpy==0.10
  124. filelock==3.20.0
  125. frozenlist==1.8.0
  126. google-auth==2.40.3
  127. googleapis-common-protos==1.70.0
  128. h11==0.16.0
  129. httpcore==1.0.9
  130. httpx-sse==0.4.3
  131. httpx==0.28.1
  132. idna==3.11
  133. multidict==6.7.0
  134. oauthlib==3.3.1
  135. portalocker==3.2.0
  136. propcache==0.4.1
  137. pyasn1-modules==0.4.2
  138. pyasn1==0.6.1
  139. pybase64==1.4.1
  140. pycparser==2.22
  141. pyjwt==2.8.0
  142. python-dotenv==1.2.1
  143. requests-oauthlib==2.0.0
  144. requests-toolbelt==1.0.0
  145. requests==2.32.5
  146. rsa==4.9.1
  147. sniffio==1.3.1
  148. urllib3==2.6.1
  149. yarl==1.22.0
  150. # RAG / Vector
  151. voyageai==0.3.6
  152. # OCR / CV
  153. onnxruntime==1.22.0
  154. opencv-python-headless>=4.8.0
  155. rapid-layout==1.2.0
  156. rapid-layout>=0.3.0
  157. rapid-table>=0.1.0
  158. rapidocr_onnxruntime>=1.3.0
  159. ultralytics>=8.0.0
  160. # NLP
  161. jieba==0.42.1
  162. nltk==3.9.1
  163. regex==2025.11.3
  164. tokenizers==0.22.1
  165. # CLI / Rich
  166. click-didyoumean
  167. click-plugins==1.1.1.2
  168. click-repl
  169. click==8.3.1
  170. colorama
  171. coloredlogs==15.0.1
  172. concurrent-log-handler==0.9.28
  173. humanfriendly==10.0
  174. markdown-it-py==3.0.0
  175. prompt-toolkit
  176. pygments==2.19.2
  177. rich-rst==1.3.1
  178. rich==14.0.0
  179. typer-slim==0.20.0
  180. typer==0.16.0
  181. wcwidth==0.2.14
  182. # Utilities
  183. defusedxml==0.7.1
  184. docstring-parser==0.16
  185. fastmcp==2.10.4
  186. flatbuffers==25.2.10
  187. fsspec==2025.12.0
  188. future==1.0.0
  189. grandalf==0.8
  190. hf-xet==1.2.0
  191. huggingface-hub==1.2.1
  192. importlib-metadata==8.7.0
  193. importlib-resources==6.5.2
  194. jinja2==3.1.6
  195. jiter==0.12.0
  196. joblib==1.5.1
  197. markupsafe==3.0.3
  198. mcp==1.10.1
  199. mdurl==0.1.2
  200. ml-dtypes==0.5.3
  201. mmh3==5.1.0
  202. mpmath==1.3.0
  203. nest-asyncio==1.6.0
  204. numpy==2.3.5
  205. numpy>=1.21.0
  206. ormsgpack==1.12.0
  207. overrides==7.7.0
  208. packaging==25.0
  209. pandas==2.3.3
  210. pip
  211. platformdirs==4.5.1
  212. ply==3.11
  213. protobuf
  214. psutil==7.0.0
  215. pyparsing==3.2.5
  216. pyperclip==1.9.0
  217. pypika==0.48.9
  218. python-dateutil
  219. python-ulid==3.1.0
  220. pytz==2025.2
  221. referencing==0.36.2
  222. rpds-py==0.26.0
  223. setuptools==80.9.0
  224. shellingham==1.5.4
  225. six
  226. sympy==1.14.0
  227. tenacity==9.1.2
  228. tqdm==4.67.1
  229. tzdata
  230. uuid-utils==0.12.0
  231. webencodings==0.5.1
  232. wheel==0.45.1
  233. wrapt==1.17.3
  234. xxhash==3.6.0
  235. yarg==0.1.9
  236. zipp==3.23.0
  237. zstandard==0.25.0
  238. # Jupyter (dev dependency)
  239. asttokens==3.0.1
  240. backcall==0.2.0
  241. bleach==6.3.0
  242. decorator==5.2.1
  243. exceptiongroup==1.3.0
  244. executing==2.2.1
  245. iniconfig==2.1.0
  246. jedi==0.19.2
  247. jupyter-client==8.7.0
  248. jupyter-core==5.9.1
  249. jupyterlab-pygments==0.3.0
  250. matplotlib-inline==0.2.1
  251. nbclient==0.10.2
  252. nbconvert==7.16.6
  253. nbformat==5.10.4
  254. parso==0.8.5
  255. pickleshare==0.7.5
  256. pluggy==1.6.0
  257. pure-eval==0.2.3
  258. pyreadline3==3.5.4
  259. pywin32==311; sys_platform == 'win32'
  260. pyzmq==27.1.0
  261. stack-data==0.6.3
  262. tinycss2==1.4.0
  263. tornado==6.5.2
  264. traitlets==5.14.3
  265. # Misc
  266. attrs==25.4.0
  267. cyclopts==3.22.2
  268. dnspython==2.7.0
  269. email-validator==2.2.0
  270. grpcio==1.76.0
  271. kubernetes==33.1.0
  272. mistune==3.1.4
  273. uv==0.7.20
  274. websocket-client==1.8.0