openstack-ansible/requirements.txt
Satish Patel 2a14242aa1 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
2021-04-03 06:08:03 +00:00

18 lines
533 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pyasn1!=0.2.3,>=0.1.8 # BSD
pyOpenSSL>=17.1.0 # Apache-2.0
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
# We use this for the parallel git clone
GitPython>=1.0.1