diff options
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 1 | ||||
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index a2fdd82b3..f12f728ea 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,4 @@ -r ../dom/requirements.txt pyTooling>=4.0.1, <5.0 -pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index dcded04a0..39ed6ca73 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.24.1 +pyVHDLModel==0.25.0 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |