Remove version cap on PrettyTable

This causes the requirements-check job to fail as a result of
uncapping PrettyTable in [1].

[1] https://review.opendev.org/c/openstack/requirements/+/774917

Change-Id: I19c6ad150cca56a6022f9b9b0c9b5d0b7a2cb15d
This commit is contained in:
Jonathan Rosser 2021-02-11 11:52:13 +00:00
parent faf24a42f6
commit a59d81516f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
pyasn1!=0.2.3,>=0.1.8 # BSD
pyOpenSSL>=17.1.0 # Apache-2.0
netaddr>=0.7.18 # BSD
PrettyTable<0.8,>=0.7.1 # BSD
python-memcached>=1.56 # PSF
PyYAML>=3.12 # MIT