summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorricolin <ricolin@ricolky.com>2021-06-18 13:32:00 +0800
committerRico Lin <ricolin@ricolky.com>2021-06-18 07:38:43 +0000
commiteff0d181f011799baa4aa9ba6ada269fab7b01ac (patch)
tree9c22eb6d82495e1421b45f8b3bf4d97276530dc3 /requirements.txt
parentcc2014fec10158c4d6f53014da63be8ece12ebc2 (diff)
downloadpython-heatclient-eff0d181f011799baa4aa9ba6ada269fab7b01ac.tar.gz
fix lower constraint job
Also fix PrettyTable requirement Change-Id: Ib16d87a2d068a1dabdeb8470a5473c0882fbea4e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index b5a0c75..3874e36 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,11 +7,11 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
cliff!=2.9.0,>=2.8.0 # Apache-2.0
iso8601>=0.1.11 # MIT
osc-lib>=1.14.0 # Apache-2.0
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
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
-keystoneauth1>=3.4.0 # Apache-2.0
+keystoneauth1>=3.8.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
PyYAML>=3.13 # MIT
requests>=2.14.2 # Apache-2.0