diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-07-26 00:13:11 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 16:35:31 +0200 |
commit | ca39821dc013a877a8dbdfabbc3b861eb4d4d2e3 (patch) | |
tree | b731d3bddd9c8e3e7b288de088ad54510b6085ba /pyGHDL/cli | |
parent | 9df82e519d7e93168d43fb414c48c9e547b0c306 (diff) | |
download | ghdl-ca39821dc013a877a8dbdfabbc3b861eb4d4d2e3.tar.gz ghdl-ca39821dc013a877a8dbdfabbc3b861eb4d4d2e3.tar.bz2 ghdl-ca39821dc013a877a8dbdfabbc3b861eb4d4d2e3.zip |
Adjusted to renaming in pyVHDLModel.
Diffstat (limited to 'pyGHDL/cli')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index 4ea0fb1fd..30f22625c 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyAttributes==2.1.0 -pyMetaClasses==1.2.1 -pyTerminalUI==1.3.4 +pyAttributes==2.2.1 +pyMetaClasses==1.3.1 +pyTerminalUI==1.4.1 |