diff options
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 2 | ||||
-rw-r--r-- | pyGHDL/libghdl/requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index 063ef74f6..f24fd4e1c 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyTooling>=2.11.0 +pyTooling>=2.13.0, <3.0 pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/libghdl/requirements.txt b/pyGHDL/libghdl/requirements.txt index 9b79bd34d..a061bb3f4 100644 --- a/pyGHDL/libghdl/requirements.txt +++ b/pyGHDL/libghdl/requirements.txt @@ -1 +1 @@ -pyTooling>=2.11.0 +pyTooling>=2.13.0, <3.0 |