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/cli | |
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/cli')
-rwxr-xr-x | pyGHDL/cli/dom.py | 2 | ||||
-rw-r--r-- | pyGHDL/cli/requirements.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/pyGHDL/cli/dom.py b/pyGHDL/cli/dom.py index a50a69b12..2d0e85ea9 100755 --- a/pyGHDL/cli/dom.py +++ b/pyGHDL/cli/dom.py @@ -266,7 +266,7 @@ class Application(LineTerminal, ArgParseMixin): self.exit() # ---------------------------------------------------------------------------- - # create the sub-parser for the "token-stream" command + # Create the sub-parser for the "pretty" command # ---------------------------------------------------------------------------- @CommandAttribute( "pretty", diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt new file mode 100644 index 000000000..4ea0fb1fd --- /dev/null +++ b/pyGHDL/cli/requirements.txt @@ -0,0 +1,5 @@ +-r ../dom/requirements.txt + +pyAttributes==2.1.0 +pyMetaClasses==1.2.1 +pyTerminalUI==1.3.4 |