Skip to content

Commit 7201b40

Browse files
authored
pyproject.toml: Update dev-dependency syntax and build system (#249)
* pyproject.toml: Update dev dependency syntax * pyproject.toml: Update build-system * chore: Update poetry.lock
1 parent 13ccc30 commit 7201b40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pep8-naming = ">=0.11.1"
4949

5050

5151

52-
[tool.poetry.dev-dependencies]
52+
[tool.poetry.group.dev.dependencies]
5353
pytest = ">=6.0.1"
5454
pytest_click = ">=1.0.2"
5555
pytest-snapshot = ">=0.6.3"
@@ -73,6 +73,6 @@ extend_exclude = "*__snapshots/*/*input.py,tests/*/input/*.py"
7373

7474

7575
[build-system]
76-
requires = ["poetry>=0.12"]
77-
build-backend = "poetry.masonry.api"
76+
requires = ["poetry-core>=1.0,<3.0"]
77+
build-backend = "poetry.core.masonry.api"
7878

0 commit comments

Comments
 (0)