Uncap PrettyTable

The requirements project uncapped PrettyTable [1] as it is now
maintained as a Jazzband project [2]. Keeping a local cap makes the
requirements-check job fail:

ERROR: Requirement for package PrettyTable excludes a version not excluded in the global list.
  Local settings : {'<0.8'}
  Global settings: set()
  Unexpected     : set()

[1] https://review.opendev.org/c/openstack/requirements/+/774917
[2] https://github.com/jazzband/prettytable

Change-Id: Ieeb3770c5b378218c218d1bcd91b962c4978f1b8
This commit is contained in:
Pierre Riteau 2021-03-01 10:33:01 +01:00
parent 952c4c12fc
commit 75e44a1e5f

View File

@ -10,6 +10,6 @@ oslo.utils>=3.33.0 # Apache-2.0
Babel!=2.4.0,>=2.3.4 # BSD
iso8601>=0.1.11 # MIT
pbr!=2.1.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7.2 # BSD
PrettyTable>=0.7.2 # BSD
PyYAML>=3.12 # MIT