Skip to content

Commit 4cf69b0

Browse files
Update dev dependency listing to group notation.
1 parent deabb48 commit 4cf69b0

File tree

2 files changed

+143
-31
lines changed

2 files changed

+143
-31
lines changed

poetry.lock

Lines changed: 142 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nanoid = ">=2.0.0"
4444
[tool.poetry.extras]
4545
dev = ["aiohttp", "click", "msgpack"]
4646

47-
[tool.poetry.dev-dependencies]
47+
[tool.poetry.group.dev.dependencies]
4848
pytest = "^7.1.3"
4949
black = "^22.3.0"
5050
mypy = "^0.990"
@@ -57,8 +57,6 @@ pytest-aiohttp = "^1.0.4"
5757
time-machine = "^2.6.0"
5858
Jinja2 = "<3.1.0"
5959
syrupy = "^3.0.0"
60-
61-
[tool.poetry.group.dev.dependencies]
6260
mkdocs-rss-plugin = "^1.5.0"
6361
httpx = "^0.23.1"
6462

0 commit comments

Comments
 (0)