summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:26:19 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-09-29 14:26:19 +0000
commite4d9129a35e4333765515db3d88e564600be46ac (patch)
tree5dbac3a5c9b631e6479263e30efb8b060c5c7f4e
parent4f2efd4994fbff88c8e79972ce415bbddef46b98 (diff)
downloadtaskflow-e4d9129a35e4333765515db3d88e564600be46ac.tar.gz
Updated from global requirements
Change-Id: Iaefc8099a4a174699207b4069e8adfa0ff59ad6f
-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 760dfcf..60cc083 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
-pbr<2.0,>=1.6
+pbr>=1.6
# Packages needed for using this library.
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)