cgts: Add missing dependencies

Prettytable and six are required dependencies that were not listed
in the requirements.txt.

Story: 2006796
Task:  42071

tests:
- Ran build test.
- Ran basic smoke test with resulting RPMS and iso.

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: Ib047e61487ed26792930c80db167920afc21c66c
This commit is contained in:
Charles Short 2021-03-17 11:10:52 -04:00 committed by Chuck Short
parent 2ba3769b76
commit 0271808d75
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ keyring
oslo.i18n # Apache-2.0
oslo.serialization>=1.10.0,!=2.19.1 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
six>=1.10.0 # MIT
prettytable<0.8,>=0.7.2 # BSD
requests-toolbelt
python-dateutil