diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-09-29 14:26:19 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-09-29 14:26:19 +0000 |
commit | e4d9129a35e4333765515db3d88e564600be46ac (patch) | |
tree | 5dbac3a5c9b631e6479263e30efb8b060c5c7f4e | |
parent | 4f2efd4994fbff88c8e79972ce415bbddef46b98 (diff) | |
download | taskflow-e4d9129a35e4333765515db3d88e564600be46ac.tar.gz |
Updated from global requirements
Change-Id: Iaefc8099a4a174699207b4069e8adfa0ff59ad6f
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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. @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.3'], + setup_requires=['pbr>=1.8'], pbr=True) |