Skip to content

Commit a56071d

Browse files
committed
separate out agent dependencies
1 parent e5442b9 commit a56071d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@ requires-python = ">=3.11"
1111
dependencies = [
1212
"ruff>=0.6.4",
1313
"pre-commit>=3.8.0",
14-
"import-deps>=0.3.0",
15-
"PyMuPDF>=1.24.5",
1614
"typer>=0.12.0",
17-
"tenacity>=8.5.0",
1815
"docker>=7.1.0",
1916
"fastcore>=1.7.8",
2017
"ghapi>=1.0.6",
2118
"gitpython>=3.1.43",
2219
"pytest>=8.3.3",
2320
"datasets==3.0.1",
24-
"aider-chat",
2521
"modal>=0.66.26",
2622
]
2723
classifiers = [
@@ -36,7 +32,12 @@ agent = "agent.__main__:main"
3632
packages = ["commit0", "agent"]
3733

3834
[project.optional-dependencies]
39-
agent = []
35+
agent = [
36+
"import-deps>=0.3.0",
37+
"PyMuPDF>=1.24.5",
38+
"tenacity>=8.5.0",
39+
"aider-chat",
40+
]
4041

4142
[project.urls]
4243
Homepage = "https://commit-0.github.io/"

0 commit comments

Comments
 (0)