From ae51fcf65f195e065987f379410d3f68c14f4a2b Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Fri, 2 Jul 2021 00:32:38 +0200 Subject: Changed dependency files. Fixed a typo. --- pyGHDL/cli/dom.py | 2 +- pyGHDL/cli/requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pyGHDL/cli/requirements.txt (limited to 'pyGHDL/cli') 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 -- cgit v1.2.3