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 = [
22
22
" gitpython>=3.1.43" ,
23
23
" pytest>=8.3.3" ,
24
24
" datasets==3.0.1" ,
25
+ " aider-chat" ,
25
26
]
26
27
classifiers = [
27
28
" License :: OSI Approved :: MIT License" ,
@@ -35,10 +36,21 @@ agent = "agent.__main__:main"
35
36
packages = [" commit0" , " agent" ]
36
37
37
38
[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" ,
40
53
]
41
- core = []
42
54
43
55
[project .urls ]
44
56
Homepage = " https://commit-0.github.io/"
You can’t perform that action at this time.
0 commit comments