summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-11 21:19:34 +0000
committerGerrit Code Review <review@openstack.org>2015-05-11 21:19:34 +0000
commit7cca8394b8ab2f4dccb982ae789b1b2985627115 (patch)
tree0998ed4f6b6abc79fea7d30b46a621982770dd7c
parentcf982a33cb9b5f7c43aba24f38aea7bcf57554fc (diff)
parentc2422d6a6e824e2ceacda1fa6f89490459ca69b0 (diff)
downloadpython-heatclient-0.6.0.tar.gz
Merge "Updated from global requirements"0.6.0
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index e8ae7de..b316798 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
Babel>=1.3
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
argparse
iso8601>=0.1.9
PrettyTable>=0.7,<0.8
@@ -13,5 +13,5 @@ oslo.utils>=1.4.0 # Apache-2.0
python-keystoneclient>=1.3.0
python-swiftclient>=2.2.0
PyYAML>=3.1.0
-requests>=2.2.0,!=2.4.0
+requests>=2.5.2
six>=1.9.0