From f85cbb6065192d9066ac598b8037ea28ba90ea1a Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 29 Oct 2022 13:13:58 -0700 Subject: [PATCH] undo fix for poetry --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "*"