Re-adding PrettyTable dependency

Re-adding prettytable module which has been removed earlier [1].
"ModuleNotFoundError: No module named 'prettytable'" when
running inventory-manage.py command.

http://paste.openstack.org/show/804143/

[1] https://review.opendev.org/c/openstack/openstack-ansible/+/775126

Change-Id: I6d259e3697ac72262be53b22fcd052d97cd1120a
This commit is contained in:
Satish Patel 2021-03-26 15:15:23 +00:00 committed by Dmitriy Rabotyagov
parent 1f2252e4d8
commit 2a14242aa1
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ netaddr>=0.7.18 # BSD
python-memcached>=1.56 # PSF
PyYAML>=3.12 # MIT
# We use this for the inventory-manage script
PrettyTable>=0.7.2 # BSD
# We use this for the json_query filter
jmespath>=0.9.3 # MIT