aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-05-16 22:26:56 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2022-06-18 01:32:16 +0200
commit545eab84eb8c3c6ea78c948251f0eb4245760f95 (patch)
tree78b131b62164a1dd8995cf95f593cecc34d4e435
parenta952de22c794dc475bb5752378426cf3ec07fdd8 (diff)
downloadghdl-545eab84eb8c3c6ea78c948251f0eb4245760f95.tar.gz
ghdl-545eab84eb8c3c6ea78c948251f0eb4245760f95.tar.bz2
ghdl-545eab84eb8c3c6ea78c948251f0eb4245760f95.zip
Bumped dependencies to support pyTooling ≥2.0.
-rw-r--r--pyGHDL/cli/requirements.txt4
-rw-r--r--pyGHDL/libghdl/requirements.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt
index 9865f70b8..e453bcbde 100644
--- a/pyGHDL/cli/requirements.txt
+++ b/pyGHDL/cli/requirements.txt
@@ -1,5 +1,5 @@
-r ../dom/requirements.txt
-pyTooling>=1.6.0,<=1.10.0
-pyTooling.TerminalUI>=1.5.3,<=1.5.7
+pyTooling>=2.1.0
+pyTooling.TerminalUI>=1.5.9
pyAttributes>=2.3.2
diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt
index aeb01d251..571c5f637 100644
--- a/pyGHDL/libghdl/requirements.txt
+++ b/pyGHDL/libghdl/requirements.txt
@@ -1 +1 @@
-pyTooling>=1.6.0,<=1.10.0
+pyTooling>=2.0.1