mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 05:56:14 +02:00
Rename Poetry dev dependency group in pyproject.toml (#1995)
* Rename pyproject group to comply with poetry * Run poetry lock
This commit is contained in:
parent
c286012bef
commit
72d4968471
2 changed files with 9 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue