Skip to content

Commit 9dea43d

Browse files
Fix deprecation warning
This is the new to do it using dependency groups. https://python-poetry.org/docs/1.8/managing-dependencies/
1 parent 512b785 commit 9dea43d

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
@@ -7,7 +7,7 @@ authors = ["rs <[email protected]>"]
77
[tool.poetry.dependencies]
88
python = "^3.6.2"
99

10-
[tool.poetry.dev-dependencies]
10+
[tool.poetry.group.dev.dependencies]
1111
black = "^22.6.0"
1212
mypy = "^0.971"
1313
flake8 = "^5.0.4"

0 commit comments

Comments
 (0)