From 45a426413c273ebcd430afd27aafcc123ca26c89 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 28 Oct 2024 22:58:42 +0100 Subject: [PATCH] Fix the missing setuptools dependency in dev --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f1089e63..0190bad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ optional-dependencies.dev = [ "pytest", "pytest-django", "python-coveralls", + "setuptools", ] optional-dependencies.sankey = [ "pysankeybeta~=1.3.0",