pyproject.toml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. [tool.poetry]
  2. name = "app"
  3. version = "0.1.0"
  4. description = ""
  5. authors = ["xujiawei"]
  6. readme = "README.md"
  7. package-mode = false
  8. [[tool.poetry.source]]
  9. name = "aliyun"
  10. url = "https://mirrors.aliyun.com/pypi/simple"
  11. priority = "primary"
  12. [tool.poetry.dependencies]
  13. python = ">=3.10,<3.13"
  14. aiofiles = "24.1.0"
  15. aiohappyeyeballs = "2.3.5"
  16. aiohttp = "3.11.10"
  17. aiohttp-retry = "2.9.1"
  18. aiomysql = "0.2.0"
  19. aioshutil = "1.5"
  20. aiosignal = "1.3.1"
  21. aiosmtplib = "3.0.2"
  22. aiosqlite = "0.20.0"
  23. aiostream = "0.5.2"
  24. alembic = "1.14.0"
  25. amqp = "5.2.0"
  26. annotated-types = "0.7.0"
  27. anyio = "3.7.1"
  28. anytree = "2.12.1"
  29. apscheduler = "3.11.0"
  30. async-timeout = "4.0.3"
  31. asyncclick = "8.1.7.2"
  32. asyncpg = "0.29.0"
  33. attrs = "23.1.0"
  34. autograd = "1.7.0"
  35. backoff = "2.2.1"
  36. bcrypt = "4.2.1"
  37. beartype = "0.18.5"
  38. beautifulsoup4 = "4.12.3"
  39. billiard = "4.2.0"
  40. boto3 = "1.35.81"
  41. botocore = "1.35.81"
  42. bs4 = "0.0.2"
  43. build = "1.2.2.post1"
  44. cachecontrol = "0.14.1"
  45. celery = "5.3.4"
  46. certifi = "2024.7.4"
  47. cffi = "1.17.1"
  48. charset-normalizer = "3.3.2"
  49. cleo = "2.1.0"
  50. click = "8.1.7"
  51. click-didyoumean = "0.3.0"
  52. click-plugins = "1.1.1"
  53. click-repl = "0.3.0"
  54. colorlog = "6.9.0"
  55. contourpy = "1.3.1"
  56. crashtest = "0.4.1"
  57. cryptography = "43.0.3"
  58. cycler = "0.12.1"
  59. dataclasses-json = "0.6.7"
  60. deepdiff = "7.0.1"
  61. deprecated = "1.2.15"
  62. deprecation = "2.1.0"
  63. distlib = "0.3.9"
  64. distro = "1.9.0"
  65. dnspython = "2.7.0"
  66. dulwich = "0.21.7"
  67. email-validator = "2.2.0"
  68. et-xmlfile = "2.0.0"
  69. eval-type-backport = "0.2.0"
  70. exceptiongroup = "1.2.0"
  71. fastapi = "0.114.2"
  72. fastapi-pagination = "0.12.32"
  73. fastjsonschema = "2.20.0"
  74. filelock = "3.16.1"
  75. fire = "0.5.0"
  76. flupy = "1.2.1"
  77. fonttools = "4.55.3"
  78. frozenlist = "1.4.1"
  79. fsspec = "2024.10.0"
  80. future = "1.0.0"
  81. gensim = "4.3.3"
  82. gevent = "24.2.1"
  83. gotrue = "2.11.0"
  84. graspologic = "3.4.1"
  85. graspologic-native = "1.2.1"
  86. greenlet = "3.0.3"
  87. grpcio = "1.68.1"
  88. grpcio-tools = "1.62.3"
  89. gunicorn = "21.2.0"
  90. h11 = "0.14.0"
  91. h2 = "4.1.0"
  92. hatchet-sdk = "0.38.3"
  93. hpack = "4.0.0"
  94. httpcore = "1.0.5"
  95. httpx = "0.27.0"
  96. huggingface-hub = "0.26.5"
  97. hyperframe = "6.0.1"
  98. hyppo = "0.4.0"
  99. idna = "3.7"
  100. importlib-metadata = "8.5.0"
  101. installer = "0.7.0"
  102. jaraco-classes = "3.4.0"
  103. jeepney = "0.8.0"
  104. jinja2 = "3.1.4"
  105. jiter = "0.8.2"
  106. jmespath = "1.0.1"
  107. joblib = "1.4.2"
  108. jsonpatch = "1.33"
  109. jsonpath-python = "1.0.6"
  110. jsonpointer = "3.0.0"
  111. jsonschema = "4.23.0"
  112. jsonschema-path = "0.3.2"
  113. jsonschema-specifications = "2023.12.1"
  114. keyring = "24.3.1"
  115. kiwisolver = "1.4.7"
  116. kombu = "5.3.4"
  117. langchain = "0.2.12"
  118. langchain-community = "0.2.11"
  119. langchain-core = "0.2.29"
  120. langchain-text-splitters = "0.2.2"
  121. langsmith = "0.1.99"
  122. lazy-object-proxy = "1.10.0"
  123. litellm = "1.55.2"
  124. llvmlite = "0.43.0"
  125. loguru = "0.7.3"
  126. lxml = "5.1.0"
  127. mako = "1.3.0"
  128. markdown = "3.7"
  129. markupsafe = "2.1.3"
  130. marshmallow = "3.21.3"
  131. matplotlib = "3.10.0"
  132. monotonic = "1.6"
  133. more-itertools = "10.5.0"
  134. msgpack = "1.1.0"
  135. multidict = "6.0.5"
  136. mypy-extensions = "1.0.0"
  137. nest-asyncio = "1.6.0"
  138. networkx = "3.4.2"
  139. nltk = "3.9.1"
  140. numba = "0.60.0"
  141. numpy = "1.26.4"
  142. ollama = "0.3.3"
  143. #openai = "1.58.1"
  144. #openapi-schema-validator = "0.6.2"
  145. openapi-spec-validator = "0.7.1"
  146. #openpyxl = "3.1.5"
  147. ordered-set = "4.1.0"
  148. orjson = "3.9.15"
  149. packaging = "23.2"
  150. pandas = "2.2.3"
  151. passlib = "1.7.4"
  152. pathable = "0.4.3"
  153. patsy = "1.0.1"
  154. pdf2image = "1.17.0"
  155. pexpect = "4.9.0"
  156. pgvector = "0.3.6"
  157. pillow = "11.0.0"
  158. pkginfo = "1.11.2"
  159. platformdirs = "4.3.6"
  160. poetry = "1.8.4"
  161. poetry-core = "1.9.1"
  162. poetry-plugin-export = "1.8.0"
  163. postgrest = "0.18.0"
  164. posthog = "3.7.4"
  165. pot = "0.9.5"
  166. prompt-toolkit = "3.0.43"
  167. propcache = "0.2.1"
  168. protobuf = "4.25.5"
  169. psutil = "6.1.0"
  170. psycopg-binary = "3.2.3"
  171. psycopg2-binary = "2.9.10"
  172. ptyprocess = "0.7.0"
  173. pycparser = "2.22"
  174. pycryptodome = "3.20.0"
  175. pydantic = "2.10.3"
  176. pydantic-settings = "2.4.0"
  177. pydantic-core = "2.27.1"
  178. pyjwt = "2.9.0"
  179. pymupdf = "1.23.8"
  180. pymupdfb = "1.23.7"
  181. pymysql = "1.1.1"
  182. pynndescent = "0.5.13"
  183. pyparsing = "3.2.0"
  184. pypdf = "4.3.1"
  185. pypdf2 = "3.0.1"
  186. pyproject-hooks = "1.2.0"
  187. python-dateutil = "2.9.0.post0"
  188. python-docx = "1.1.2"
  189. python-dotenv = "1.0.1"
  190. python-http-client = "3.3.7"
  191. python-magic = "0.4.27"
  192. python-multipart = "0.0.9"
  193. python-pptx = "1.0.2"
  194. pytz = "2024.2"
  195. pyyaml = "6.0.1"
  196. r2r = "3.3.18"
  197. rapidfuzz = "3.10.1"
  198. realtime = "2.0.6"
  199. redis = "5.0.8"
  200. referencing = "0.31.1"
  201. regex = "2024.7.24"
  202. requests = "2.32.2"
  203. requests-toolbelt = "1.0.0"
  204. rfc3339-validator = "0.1.4"
  205. rpds-py = "0.18.0"
  206. s3transfer = "0.10.4"
  207. scikit-learn = "1.6.0"
  208. scipy = "1.12.0"
  209. seaborn = "0.13.2"
  210. secretstorage = "3.3.3"
  211. sendgrid = "6.11.0"
  212. shellingham = "1.5.4"
  213. six = "1.16.0"
  214. smart-open = "7.0.5"
  215. sniffio = "1.3.0"
  216. soupsieve = "2.5"
  217. sqlakeyset = "2.0.1701229837"
  218. sqlalchemy = "2.0.36"
  219. sqlmodel = "0.0.21"
  220. sse-starlette = "1.8.2"
  221. starkbank-ecdsa = "2.2.0"
  222. starlette = "0.38.6"
  223. statsmodels = "0.14.4"
  224. storage3 = "0.9.0"
  225. strenum = "0.4.15"
  226. supabase = "2.10.0"
  227. supafunc = "0.7.0"
  228. tenacity = "8.5.0"
  229. termcolor = "2.5.0"
  230. threadpoolctl = "3.5.0"
  231. tiktoken = "0.8.0"
  232. tokenizers = "0.19.0"
  233. toml = "0.10.2"
  234. tomli = "2.1.0"
  235. tomlkit = "0.13.2"
  236. tqdm = "4.66.5"
  237. trove-classifiers = "2024.10.21.16"
  238. types-aiofiles = "24.1.0.20240626"
  239. types-requests = "2.32.0.20240712"
  240. typing-inspect = "0.9.0"
  241. typing-extensions = "4.12.2"
  242. tzdata = "2023.3"
  243. tzlocal = "5.2"
  244. umap-learn = "0.5.7"
  245. unstructured-client = "0.25.9"
  246. urllib3 = "2.0.7"
  247. uvicorn = "0.27.1"
  248. vecs = "0.4.5"
  249. vine = "5.1.0"
  250. virtualenv = "20.27.1"
  251. wcwidth = "0.2.12"
  252. websockets = "13.1"
  253. wrapt = "1.17.0"
  254. xlsxwriter = "3.2.0"
  255. yarl = "1.18.3"
  256. zipp = "3.21.0"
  257. zope-event = "5.0"
  258. zope-interface = "6.2"
  259. #gunicorn = "23.0.0"
  260. [build-system]
  261. requires = ["poetry-core"]
  262. build-backend = "poetry.core.masonry.api"