Rename pyproject group to comply with poetry

This commit is contained in:
Micah Jerome Ellison 2025-04-28 19:29:36 -07:00
parent e5fc8be2a8
commit 33a17433c6

View file

@ -41,7 +41,7 @@ rich = ">=14.0.0, <14.1.0"
# dayone-only deps
tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = { version = ">=21.5b2", allow-prereleases = true }
ipdb = "*"
mkdocs = ">=1.4"