summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:25:01 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:25:01 +0000
commite5fc0e8458e9bd7195b5dfe6347a222c895f2b7e (patch)
tree2aeded207b876dcd88995bcd8d8df88ab8e4606d
parentb016800a7c731d361da4bc388b35e750a189ec62 (diff)
downloadoslo-middleware-e5fc0e8458e9bd7195b5dfe6347a222c895f2b7e.tar.gz
Updated from global requirements
Change-Id: If51393e4bf05663d151d6b3b4a91fd40be10219b
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index ecab230..155d914 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr<2.0,>=1.6
+pbr>=1.6
Babel>=1.3
oslo.config>=2.3.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
diff --git a/setup.py b/setup.py
index d8080d0..782bb21 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
- setup_requires=['pbr>=1.3'],
+ setup_requires=['pbr>=1.8'],
pbr=True)