File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff 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]
2627classifiers = [
2728 " License :: OSI Approved :: MIT License" ,
@@ -35,10 +36,21 @@ agent = "agent.__main__:main"
3536packages = [" 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 ]
4456Homepage = " https://commit-0.github.io/"
You can’t perform that action at this time.
0 commit comments