Add prettytable to global-requirements

PrettyTable package is an old naming of prettytable.
Currently prettytable and PrettyTable resolve to the same package
in pypi and both names work.
As a result, when installed it's shown as prettytable.

This patch aims to allow developers to add prettytable package to
their project requirements and not have to reffer to the old naming.

Needed-By: https://review.opendev.org/c/openstack/openstack-ansible/+/777061
Change-Id: I75a025d3c347cc895328949281b8068b7af85a6c
This commit is contained in:
Dmitriy Rabotyagov 2021-12-10 12:54:02 +02:00
parent e74f91e250
commit 05996e009c
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ pip # MIT
prometheus-client # Apache-2.0
protobuf # BSD License (3 clause)
PrettyTable # BSD
prettytable # BSD
psutil # BSD
pyasn1!=0.2.3 # BSD
pyasn1-modules # BSD