diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2023-04-16 07:23:28 +0200 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2023-04-16 07:23:28 +0200 |
commit | c3d8e45a45b758bc9dcc38390408e39e01c7be4c (patch) | |
tree | 3679bf6a1a5b157ab4893af348223a62c7ba3f9e /pyGHDL/cli | |
parent | e58078203afbdde0fb41c5a3ec43c80312cbbd8b (diff) | |
download | ghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.tar.gz ghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.tar.bz2 ghdl-c3d8e45a45b758bc9dcc38390408e39e01c7be4c.zip |
Bumped dependencies.
Diffstat (limited to 'pyGHDL/cli')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index a2fdd82b3..f12f728ea 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,4 @@ -r ../dom/requirements.txt pyTooling>=4.0.1, <5.0 -pyTooling.TerminalUI>=1.5.9 pyAttributes>=2.3.2 |