diff --git a/pyproject.toml b/pyproject.toml index 21b21773..497e029c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ rich = "^12.2.0" # dayone-only deps tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt -[tool.poetry.group.dev.dependencies] +[tool.poetry.dev-dependencies] black = { version = ">=21.5b2", allow-prereleases = true } flakeheaven = ">=3.0" ipdb = "*"