Skip to content

Commit a668f89

Browse files
Update dependencies: make core exclude agent
1 parent d2e8514 commit a668f89

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pyproject.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"gitpython>=3.1.43",
2323
"pytest>=8.3.3",
2424
"datasets==3.0.1",
25+
"aider-chat",
2526
]
2627
classifiers = [
2728
"License :: OSI Approved :: MIT License",
@@ -35,10 +36,21 @@ agent = "agent.__main__:main"
3536
packages = ["commit0", "agent"]
3637

3738
[project.optional-dependencies]
38-
agent = [
39-
"aider-chat",
39+
core = [
40+
"ruff>=0.6.4",
41+
"pre-commit>=3.8.0",
42+
"import-deps>=0.3.0",
43+
"PyMuPDF>=1.24.5",
44+
"modal>=0.64.95",
45+
"typer>=0.12.0",
46+
"tenacity>=8.5.0",
47+
"docker>=7.1.0",
48+
"fastcore>=1.7.8",
49+
"ghapi>=1.0.6",
50+
"gitpython>=3.1.43",
51+
"pytest>=8.3.3",
52+
"datasets==3.0.1",
4053
]
41-
core = []
4254

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

0 commit comments

Comments
 (0)