summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-02-11 12:22:42 +0000
committerStephen Finucane <stephenfin@redhat.com>2021-02-11 12:22:42 +0000
commit9bdfdf7222c25374274c4870865fccbe164e4b42 (patch)
treefae7e61e31f518d6f11dda8167f2ad8bcd7fd8ea /requirements.txt
parent5b52db409b00e6257e83598efa0d8528ebe380e0 (diff)
downloadnova-9bdfdf7222c25374274c4870865fccbe164e4b42.tar.gz
Uncap PrettyTable
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: Ie422a243a97ffbe2f553934004369f01562b95b9 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9ccccc1468..25ee05c282 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,7 @@ WebOb>=1.8.2 # MIT
greenlet>=0.4.15 # MIT
PasteDeploy>=1.5.0 # MIT
Paste>=2.0.2 # MIT
-PrettyTable<0.8,>=0.7.1 # BSD
+PrettyTable>=0.7.1 # BSD
sqlalchemy-migrate>=0.13.0 # Apache-2.0
netaddr>=0.7.18 # BSD
netifaces>=0.10.4 # MIT