Skip to content

Commit 90181b5

Browse files
authored
fix dependencies
1 parent 7035669 commit 90181b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,15 @@ dependencies = [
3737

3838
[project.optional-dependencies]
3939
develop = [
40+
"build",
4041
"bump-my-version",
41-
"isort>=5,<6",
4242
"ruff>=0.3,<0.5",
4343
"twine",
4444
"wheel",
4545
# test
4646
"pytest",
4747
"pytest-cov",
4848
]
49-
test = [
50-
"pytest",
51-
"pytest-cov",
52-
]
5349

5450
[project.entry-points.hatch]
5551
cpp = "hatch_cpp.hooks"

0 commit comments

Comments
 (0)