-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (41 loc) · 921 Bytes
/
pyproject.toml
File metadata and controls
46 lines (41 loc) · 921 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
34
35
36
37
38
39
40
41
42
43
44
45
46
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["app"]
[project]
name = "Prometheus-Bug-Reproduction-Agent"
version = "0.0.1"
dependencies = [
"langchain==0.3.3",
"tree-sitter==0.21.3",
"tree-sitter-languages==1.10.2",
"neo4j==5.20.0",
"langchain-anthropic==0.3.0",
"langchain-openai==0.2.8",
"langchain-google-genai==2.0.4",
"langchain_community==0.3.2",
"igittigitt>=2.1.5",
"litellm>=1.52.9",
"GitPython>=3.1.43",
"langgraph==0.2.41",
"dynaconf>=3.2.6",
"docker>=7.1.0",
"unidiff>=0.7.5",
"argon2-cffi>=23.1.0",
"sqlmodel==0.0.24",
"asyncpg",
"mcp>=1.4.1",
"langchain-mcp-adapters>=0.1.9",
"pexpect==4.9.0",
"datasets",
"greenlet"
]
requires-python = ">= 3.11"
[tool.ruff]
indent-width = 4
line-length = 100
[tool.ruff.lint]
extend-select = ["I"]
[tool.ruff.lint.pydocstyle]
convention = "google"