summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:25:19 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:25:19 +0000
commit974506a4e7828be29f9aa8f5d12b3653fa924f88 (patch)
tree708a0bc9d2586169ebbc600b236c02ec348ef7e6
parent25653f5354be74e138c4c8aa69d50240647e5ef1 (diff)
downloadpycadf-stable/liberty.tar.gz
Updated from global requirementsliberty-eolstable/liberty
Change-Id: I9eca95b909cae46c983ef343d8b9c985391d6289
-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 356c732..0b1ed44 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-oslo.config>=2.1.0 # Apache-2.0
+oslo.config>=2.3.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
pytz>=2013.6
six>=1.9.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)