From 78f6ed4a6f5af0d871a9d4c10efbb00fa94e3c04 Mon Sep 17 00:00:00 2001 From: Pagin Matteo Date: Thu, 8 Feb 2024 10:14:15 +0100 Subject: [PATCH] update poetry syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4476a47..5bcea9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pandas = "*" click = "*" salib = "^1.3.8" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] sphinx = "*" pylint = "*" sphinxcontrib-napoleon = "*"