Skip to content

Commit 68c136a

Browse files
pytest dep
1 parent 7e654e2 commit 68c136a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ dependencies = [
3535
"shellingham>=1.5.0",
3636
]
3737

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+
3847
[project.urls]
3948
Homepage = "https://github.com/jio-gl/cerebras-coding-agent"
4049
Issues = "https://github.com/jio-gl/cerebras-coding-agent/issues"

0 commit comments

Comments
 (0)