summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 00:29:02 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 00:29:02 +0000
commit4436e1161bf14d232edab035199cf59b32436efa (patch)
tree4b5178e8f2c0db6972c9b8a243eda67cc2c3f25d
parent01d3a5a662044535db26d4c8c828632401e6d2fa (diff)
downloadoslosphinx-4436e1161bf14d232edab035199cf59b32436efa.tar.gz
Updated from global requirements3.1.0
Change-Id: I45aab8ced05719e3189bb129afea54f8070f0b85
-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 81eacf7..5b1ba9e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr<2.0,>=0.11
+pbr<2.0,>=1.3
requests>=2.5.2
diff --git a/setup.py b/setup.py
index 056c16c..d8080d0 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
- setup_requires=['pbr'],
+ setup_requires=['pbr>=1.3'],
pbr=True)