From aba674a7e690ae3bd7ced0d872475c6acbe02103 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 30 Jun 2020 21:22:39 -0500 Subject: [PATCH] Runtime tependency on setuptools Imported here: https://github.com/commitizen-tools/commitizen/blob/b8fc1eeaf5a915d8d0f7179dc303ec2f3835b79f/commitizen/changelog.py#L33 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8b897d24e6..ac8757912d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ termcolor = "^1.1" packaging = ">=19,<21" tomlkit = "^0.5.3" jinja2 = "^2.10.3" +setuptools = ">=47.3.1" [tool.poetry.dev-dependencies] ipython = "^7.2"