-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (31 loc) · 962 Bytes
/
pyproject.toml
File metadata and controls
33 lines (31 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "docsagent"
version = "0.1.0"
description = ""
authors = [
{name = "Seaven",email = "seaven_7@foxmail.com"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"tree-sitter (>=0.25.2,<0.26.0)",
"tree-sitter-python (>=0.25.0,<0.26.0)",
"langgraph (>=1.0.2,<1.1.0)",
"gitpython (>=3.1.45,<4.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"tree-sitter-languages (>=1.10.2,<2.0.0)",
"langchain[anthropic] (>=1.0.0,<2.0.0)",
"langchain-openai (>=1.0.0,<2.0.0)",
"httpx[socks] (>=0.28.1,<0.29.0)",
"pydantic-settings (>=2.11.0,<3.0.0)",
"socksio (>=1.0.0,<2.0.0)",
"hyperscan (>=0.7.26,<0.8.0)",
"mysql-connector-python (>=9.5.0,<10.0.0)",
"requests (>=2.32.5,<3.0.0)",
"langchain[google-genai] (>=1.0.0,<2.0.0)"
]
[tool.poetry]
packages = [{include = "docsagent", from = "src"}]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"