Remove cap on PrettyTable

PrettyTable was capped at a < 0.8, which meant we were getting the
veritably ancient 0.7.2 release first release in April 2013 (!) [1].
The project is now being maintained as a Jazzband project [2], meaning
we can remove the cap. The API is pretty much unchanged so this should
have little impact for projects that depend on this library.

[1] https://pypi.org/project/prettytable/#history
[2] https://github.com/jazzband/prettytable

Change-Id: I42d2fe96cd81d8c159f54dc10a18bf6bfebf601f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2021-02-10 17:58:41 +00:00
parent 1f168eabda
commit 09b8c864b4
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ Pint # BSD
pip # MIT
prometheus-client # Apache-2.0
protobuf # BSD License (3 clause)
PrettyTable<0.8 # BSD
PrettyTable # BSD
psutil # BSD
pyasn1!=0.2.3 # BSD
pyasn1-modules # BSD