Skip to content

Commit 17b36a5

Browse files
change to poetry.group.dev.dependencies, as the error message suggests
Signed-off-by: wyattscarpenter <[email protected]>
1 parent f1a8768 commit 17b36a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pyarrow = [
2828
[tool.poetry.extras]
2929
pyarrow = ["pyarrow"]
3030

31-
[tool.poetry.dev-dependencies]
31+
[tool.poetry.group.dev.dependencies]
3232
pytest = "^7.1.2"
3333
mypy = "^1.15.0"
3434
pylint = ">=2.12.0"

0 commit comments

Comments
 (0)