Skip to content

Commit bf8a120

Browse files
change to poetry.group.dev.dependencies, as the error message suggests
Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent 2f5081e commit bf8a120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ python-dateutil = "^2.8.0"
2929
[tool.poetry.extras]
3030
pyarrow = ["pyarrow"]
3131

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

0 commit comments

Comments
 (0)