Skip to content

Commit d8b4561

Browse files
Leaner dev dependencies
Remove dependencies that seem "nice to have" but are not explicitly used by the build process or CI.
1 parent c31c61e commit d8b4561

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ dev = [
3636
"pre-commit",
3737
"pytest",
3838
"pytest-cov",
39-
"pytest-dependency",
40-
"Pygments",
4139
"ruff",
4240
"tomli",
4341
"twine"
@@ -53,7 +51,6 @@ types = [
5351
"mypy",
5452
"pytest",
5553
"pytest-cov",
56-
"pytest-dependency",
5754
]
5855

5956
[project.scripts]

0 commit comments

Comments
 (0)