aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-17 23:33:25 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-12-17 23:33:25 +0100
commit4c700e385b9773a46c85386d23038b1d47afd4e7 (patch)
treec53b4ebc9d5dc410f38660faabd12fb64fb1dbe2 /pyproject.toml
parentadf47902189a534e714a786ab95c22c5abd87369 (diff)
downloadghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.tar.gz
ghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.tar.bz2
ghdl-4c700e385b9773a46c85386d23038b1d47afd4e7.zip
Replaced pyTooling.Packaging with just pyTooling v1.7.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3887460cc..c2ddfb778 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"
]