diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-05-17 18:59:21 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-05-17 18:59:21 +0200 |
commit | 3a3c2bbfd8424a06cbde7184a6c2e56989574baf (patch) | |
tree | e3a5fb9c432441935d67dea6c26263ba3fa421b5 /pyGHDL/cli | |
parent | ec7c290ef95833b06cf7040e0ceb23a3e1d3bb5f (diff) | |
download | ghdl-3a3c2bbfd8424a06cbde7184a6c2e56989574baf.tar.gz ghdl-3a3c2bbfd8424a06cbde7184a6c2e56989574baf.tar.bz2 ghdl-3a3c2bbfd8424a06cbde7184a6c2e56989574baf.zip |
pyGHDL: requires TerminalUI <= 1.5.7
Diffstat (limited to 'pyGHDL/cli')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index c377c90f9..9865f70b8 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 +pyTooling.TerminalUI>=1.5.3,<=1.5.7 pyAttributes>=2.3.2 |