diff options
-rw-r--r-- | pyGHDL/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index ecc97deaf..2e068ae44 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,6 +1,6 @@ pydecor>=2.0.1 pyAttributes==2.1.0 pyMetaClasses==1.2.1 -#pyVHDLModel==0.11.1 -https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel +pyVHDLModel==0.11.1 +#https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel pyTerminalUI==1.3.4 |