Updated from global requirements

Change-Id: I537217a689d27f407ef08627144a3e910fb5cc08
This commit is contained in:
OpenStack Proposal Bot 2017-03-06 01:21:04 +00:00
parent 5689173a62
commit d7d25e54af
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
python-zaqarclient>=1.0.0 # Apache-2.0
Babel>=2.3.4 # BSD
Django<1.9,>=1.8 # BSD

View File

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

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD