summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWander Way <wanderwayout@gmail.com>2021-02-18 11:49:36 +0800
committerWander Way <wanderwayout@gmail.com>2021-05-17 09:14:46 +0000
commit951efdce13079869b882e31a67e40f46539037be (patch)
tree4a76368b7aaf6635dd875a0fa31663ce6b44c118
parentd153b99278bd8c8da7672616d0b825b589e4fd20 (diff)
downloadosprofiler-951efdce13079869b882e31a67e40f46539037be.tar.gz
Uncap PrettyTable3.4.1
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I8b1d3e2d5354b89577ca13eda1acb704c9429fbf
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 7719bc4..de2d919 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@ netaddr>=0.7.18 # BSD
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.serialization>=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
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT
WebOb>=1.7.1 # MIT