-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
58 lines (53 loc) · 1.25 KB
/
pyproject.toml
File metadata and controls
58 lines (53 loc) · 1.25 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[tool.poetry]
name = "san2patch"
version = "0.1.0"
description = ""
authors = ["acorn421 <acorn421@gmail.com>"]
packages = [{ include = "san2patch" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.13"
langchain = "^0.3.14"
langgraph = "^0.2.64"
langchain-anthropic = "^0.3.3"
langchain-google-genai = "^2.0.9"
langchain-openai = "^0.3.1"
click = "^8.1.8"
psutil = "^6.1.1"
aim = "^3.27.0"
python-dotenv = "^1.0.1"
rich = "^13.9.4"
coloredlogs = "^15.0.1"
peewee = "^3.17.8"
pyyaml = "^6.0.2"
oauth2client = "^4.1.3"
apiclient = "^1.0.4"
google-api-python-client = "^2.159.0"
google-auth-oauthlib = "^1.2.1"
tiktoken = "^0.8.0"
tree-sitter = "^0.24.0"
tree-sitter-c = "^0.23.4"
tree-sitter-java = "^0.23.5"
pydantic = "^2.10.5"
jinja2 = "^3.1.5"
pygithub = "^2.5.0"
langchain-experimental = "^0.3.4"
unidiff = "^0.7.5"
textdistance = "^4.6.3"
langchain-chroma = "^0.2.0"
ghapi = "^1.0.6"
opentelemetry-exporter-otlp-proto-grpc = "^1.29.0"
langchain-milvus = "^0.1.8"
xmltodict = "^0.14.2"
networkx = "^3.4.2"
matplotlib = "^3.10.0"
pydot = "^3.0.4"
art = "^6.4"
deepdiff = "^8.1.1"
dicttoxml = "^1.7.16"
[tool.poetry.group.dev.dependencies]
ruff = "^0.11.8"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
ignore = ["F403", "F405"]