Skip to content

Commit 24f90df

Browse files
committed
pyprojecy.toml: use new group syntax
poetry wants us to use `poetry add --group=dev` now, which generates this syntax in the toml.
1 parent 780f2c1 commit 24f90df

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ psycopg2 = "^2.9.1"
1313
requests = "^2.24.0"
1414
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
1515

16-
[tool.poetry.dev-dependencies]
17-
flake8 = "^6.0.0"
18-
pytest = "^7.0.0"
19-
black = "^23.0.0"
20-
isort = "^5.9.1"
21-
2216
[tool.poetry.group.dev.dependencies]
17+
black = "^23.0.0"
2318
fixit = "^2.1.0"
19+
flake8 = "^6.0.0"
20+
isort = "^5.9.1"
21+
pytest = "^7.0.0"
2422

2523
[build-system]
2624
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)