diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-27 08:09:51 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-08-27 08:09:51 +0200 |
commit | ca71f18daa2f8fdea623b5733c7ab439e37388b6 (patch) | |
tree | 04f75149b1e6fa74be13111ee583a3e185ce3619 /pyGHDL | |
parent | f26432a0cdd90c2c9bbd6e40a0852231b2624646 (diff) | |
download | ghdl-ca71f18daa2f8fdea623b5733c7ab439e37388b6.tar.gz ghdl-ca71f18daa2f8fdea623b5733c7ab439e37388b6.tar.bz2 ghdl-ca71f18daa2f8fdea623b5733c7ab439e37388b6.zip |
Updated requirements to pyVHDLModel v0.12.0.
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/dom/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt index fbc6a6f6e..18340052a 100644 --- a/pyGHDL/dom/requirements.txt +++ b/pyGHDL/dom/requirements.txt @@ -1,4 +1,4 @@ -r ../libghdl/requirements.txt -#pyVHDLModel==0.12.0 -https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel +pyVHDLModel==0.12.0 +#https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |