We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5442b9 commit a56071dCopy full SHA for a56071d
pyproject.toml
@@ -11,17 +11,13 @@ requires-python = ">=3.11"
11
dependencies = [
12
"ruff>=0.6.4",
13
"pre-commit>=3.8.0",
14
- "import-deps>=0.3.0",
15
- "PyMuPDF>=1.24.5",
16
"typer>=0.12.0",
17
- "tenacity>=8.5.0",
18
"docker>=7.1.0",
19
"fastcore>=1.7.8",
20
"ghapi>=1.0.6",
21
"gitpython>=3.1.43",
22
"pytest>=8.3.3",
23
"datasets==3.0.1",
24
- "aider-chat",
25
"modal>=0.66.26",
26
]
27
classifiers = [
@@ -36,7 +32,12 @@ agent = "agent.__main__:main"
36
32
packages = ["commit0", "agent"]
37
33
38
34
[project.optional-dependencies]
39
-agent = []
35
+agent = [
+ "import-deps>=0.3.0",
+ "PyMuPDF>=1.24.5",
+ "tenacity>=8.5.0",
+ "aider-chat",
40
+]
41
42
[project.urls]
43
Homepage = "https://commit-0.github.io/"
0 commit comments