diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-05-17 07:28:58 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2022-06-18 01:32:16 +0200 |
commit | dacb6ca492a1bf0d1b352615c0435826891a0fc0 (patch) | |
tree | f9a28ddf707c296a05c0945213b39c3b3377108c /pyGHDL/dom | |
parent | e35bc1bd8b4a60e5a3c18aeb5e8747a123c5a13b (diff) | |
download | ghdl-dacb6ca492a1bf0d1b352615c0435826891a0fc0.tar.gz ghdl-dacb6ca492a1bf0d1b352615c0435826891a0fc0.tar.bz2 ghdl-dacb6ca492a1bf0d1b352615c0435826891a0fc0.zip |
Bumped dependency of pyVHDLModel to latest release.
Diffstat (limited to 'pyGHDL/dom')
-rw-r--r-- | pyGHDL/dom/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index 18b3495eb..2e00a19a6 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -pyVHDLModel==0.14.1 +pyVHDLModel==0.14.3 #https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |