Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit e58d9e2

Browse files
committed
pyproject: use poetry 1.2 syntax for dev deps
1 parent 6b45842 commit e58d9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ colorama = "^0.4.1"
2323
tabulate = "^0.8.3"
2424
unidecode = "^1.0.23"
2525

26-
[tool.poetry.dev-dependencies]
26+
[tool.poetry.group.dev.dependencies]
2727
# Tests
2828
pytest = "^7.0.0"
2929
pytest-cov = "^3.0.0"

0 commit comments

Comments
 (0)