From 4c700e385b9773a46c85386d23038b1d47afd4e7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Fri, 17 Dec 2021 23:33:25 +0100 Subject: [PATCH] Replaced pyTooling.Packaging with just pyTooling v1.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3887460cc8..c2ddfb778a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "pyTooling.Packaging >= 0.5.0", + "pyTooling >= 1.7.0", "setuptools >= 35.0.2", "wheel >= 0.29.0" ]