Bump horizon for Stein

Change-Id: Ieb0812bc016d1063f98b6f10c068a5f38b336f3c
This commit is contained in:
Shu Muto 2018-12-21 10:31:01 +09:00
parent be810e82d0
commit d133f1a381
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ fixtures==3.0.0
flake8==2.5.5
futurist==1.6.0
hacking==0.12.0
horizon==14.0.0.0b3
horizon==15.0.0.0b1
idna==2.6
imagesize==1.0.0
iso8601==0.1.12
@ -59,9 +59,9 @@ oslo.i18n==3.20.0
oslo.policy==1.34.0
oslo.serialization==2.25.0
oslo.utils==3.36.0
osprofiler==2.0.0
osprofiler==2.3.0
packaging==17.1
pbr==2.0.0
pbr==3.1.1
pep8==1.5.7
Pint==0.8.1
prettytable==0.7.2

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=3.1.1 # Apache-2.0
python-zunclient>=1.4.0 # Apache-2.0
horizon>=14.0.0.0b3 # Apache-2.0
horizon>=15.0.0.0b1 # Apache-2.0

View File

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