diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-06-17 13:33:45 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2021-06-17 21:34:16 +0200 |
commit | 019a492504bf6164f1da889258519b220242dfc0 (patch) | |
tree | 8f4ba8e8d3a71360d73cfc2f53940fcc07af4780 /pyGHDL | |
parent | 8e2be80f43a2bdc4f4b84bb1ebd022df1bc65673 (diff) | |
download | ghdl-019a492504bf6164f1da889258519b220242dfc0.tar.gz ghdl-019a492504bf6164f1da889258519b220242dfc0.tar.bz2 ghdl-019a492504bf6164f1da889258519b220242dfc0.zip |
Increment requirement pyVHDLModel to v0.10.0.
Diffstat (limited to 'pyGHDL')
-rw-r--r-- | pyGHDL/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/requirements.txt b/pyGHDL/requirements.txt index 97d65b84a..0b7708418 100644 --- a/pyGHDL/requirements.txt +++ b/pyGHDL/requirements.txt @@ -1,2 +1,2 @@ pydecor>=2.0.1 -pyVHDLModel>=0.9.0 +pyVHDLModel>=0.10.0 |