From f234316cce235d33b867a5c485b95b581e0f4702 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 11 Feb 2021 11:35:19 +0000 Subject: [PATCH] Uncap PrettyTable This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: Id484bf8fe017bf8f6784155462640840b2053677 Signed-off-by: Stephen Finucane --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f5f024..45ca61f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ oslo.config>=5.2.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable>=0.7.1 # BSD oslo.utils>=4.5.0 # Apache-2.0 oslo.policy>=2.0.0 # Apache-2.0 -- GitLab