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 7e654e2 commit 68c136aCopy full SHA for 68c136a
pyproject.toml
@@ -35,6 +35,15 @@ dependencies = [
35
"shellingham>=1.5.0",
36
]
37
38
+[project.optional-dependencies]
39
+dev = [
40
+ "pytest>=7.0.0",
41
+ "pytest-cov>=4.0.0",
42
+ "black>=23.0.0",
43
+ "isort>=5.0.0",
44
+ "mypy>=1.0.0",
45
+]
46
+
47
[project.urls]
48
Homepage = "https://github.com/jio-gl/cerebras-coding-agent"
49
Issues = "https://github.com/jio-gl/cerebras-coding-agent/issues"
0 commit comments