diff options
author | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:46:00 +0100 |
---|---|---|
committer | Patrick Lehmann <Patrick.Lehmann@plc2.de> | 2021-12-12 14:50:05 +0100 |
commit | b6dcce607c96ce751fc3bb9aef45848c94e0e71e (patch) | |
tree | 064ed86d6e2033ad7da2d70332b12a568cd86ae1 /pyGHDL/cli/requirements.txt | |
parent | 03836b00aeddca2fd73f078d7850dc58be632466 (diff) | |
download | ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.gz ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.tar.bz2 ghdl-b6dcce607c96ce751fc3bb9aef45848c94e0e71e.zip |
Updated setup.py to use pyTooling.Packaging.
Diffstat (limited to 'pyGHDL/cli/requirements.txt')
-rw-r--r-- | pyGHDL/cli/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyGHDL/cli/requirements.txt b/pyGHDL/cli/requirements.txt index 30f22625c..111f8fa26 100644 --- a/pyGHDL/cli/requirements.txt +++ b/pyGHDL/cli/requirements.txt @@ -1,5 +1,5 @@ -r ../dom/requirements.txt -pyAttributes==2.2.1 -pyMetaClasses==1.3.1 -pyTerminalUI==1.4.1 +pyTooling>=1.5.1 +pyTooling.TerminalUI>=1.5.3 +pyAttributes>=2.3.2 |