Updated from global requirements

Change-Id: I2ca92df8f88cb3b6d0d058b8018130049a0a6ed0
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:05 +00:00
parent f855776545
commit 817e8db177
3 changed files with 3 additions and 3 deletions

View File

@ -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,>=0.11
pbr<2.0,>=1.3
argparse
Babel>=1.3
iso8601>=0.1.9

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True)

View File

@ -6,4 +6,4 @@ bashate>=0.2 # Apache-2.0
doc8 # Apache-2.0
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
pylint==1.4.1 # GNU GPL v2
pylint==1.4.4 # GNU GPL v2