summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-11 12:24:11 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-02-11 12:24:11 +0000
commitf50782f4028da030f4fdeafdc284b6e45d7c2f71 (patch)
treef1998d69fc427cb171b1328d6cac9b4b1b0bfd59
parent9b474afdb2e15d058babe82e50efe6c93c2e94a2 (diff)
downloadpython-novaclient-f50782f4028da030f4fdeafdc284b6e45d7c2f71.tar.gz
Uncap PrettyTable
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I9477b1c5bc3bd4979d2cb38df3fc3b541a4b9bf5 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3f6c9280..d231ed54 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,6 +7,6 @@ iso8601>=0.1.11 # MIT
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
simplejson>=3.5.1 # MIT
stevedore>=2.0.1 # Apache-2.0