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:
parent
1f2252e4d8
commit
2a14242aa1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user