diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-07-02 00:32:38 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-07-02 00:32:38 +0200 |
commit | ae51fcf65f195e065987f379410d3f68c14f4a2b (patch) | |
tree | b4d55f210cfbf90847dc56a60058afa819107030 /pyGHDL/dom | |
parent | c7f0d0792dfb45e9fd6b7cdcb3ab0c208b7b6d07 (diff) | |
download | ghdl-ae51fcf65f195e065987f379410d3f68c14f4a2b.tar.gz ghdl-ae51fcf65f195e065987f379410d3f68c14f4a2b.tar.bz2 ghdl-ae51fcf65f195e065987f379410d3f68c14f4a2b.zip |
Changed dependency files. Fixed a typo.
Diffstat (limited to 'pyGHDL/dom')
-rw-r--r-- | pyGHDL/dom/requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyGHDL/dom/requirements.txt b/pyGHDL/dom/requirements.txt new file mode 100644 index 000000000..66e3025ae --- /dev/null +++ b/pyGHDL/dom/requirements.txt @@ -0,0 +1,4 @@ +-r ../libghdl/requirements.txt + +pyVHDLModel==0.11.1 +#https://github.com/VHDL/pyVHDLModel/archive/dev.zip#pyVHDLModel |