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:
parent
faf24a42f6
commit
a59d81516f
@ -4,7 +4,6 @@
|
|||||||
pyasn1!=0.2.3,>=0.1.8 # BSD
|
pyasn1!=0.2.3,>=0.1.8 # BSD
|
||||||
pyOpenSSL>=17.1.0 # Apache-2.0
|
pyOpenSSL>=17.1.0 # Apache-2.0
|
||||||
netaddr>=0.7.18 # BSD
|
netaddr>=0.7.18 # BSD
|
||||||
PrettyTable<0.8,>=0.7.1 # BSD
|
|
||||||
python-memcached>=1.56 # PSF
|
python-memcached>=1.56 # PSF
|
||||||
PyYAML>=3.12 # MIT
|
PyYAML>=3.12 # MIT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user