Updated from global requirements
Change-Id: Id6031a914ed47153207b7864be7e391fe600f3d4
This commit is contained in:
parent
52b2213e21
commit
27624df630
@ -2,7 +2,7 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
pbr<2.0,>=1.6
|
pbr>=1.6
|
||||||
|
|
||||||
alembic>=0.8.0
|
alembic>=0.8.0
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
@ -30,10 +30,10 @@ requests>=2.5.2
|
|||||||
python-barbicanclient>=3.3.0
|
python-barbicanclient>=3.3.0
|
||||||
python-cinderclient>=1.3.1
|
python-cinderclient>=1.3.1
|
||||||
python-keystoneclient>=1.6.0
|
python-keystoneclient>=1.6.0
|
||||||
python-manilaclient>=1.2.0
|
python-manilaclient>=1.3.0
|
||||||
python-novaclient>=2.28.1
|
python-novaclient>=2.28.1
|
||||||
python-swiftclient>=2.2.0
|
python-swiftclient>=2.2.0
|
||||||
python-neutronclient<3,>=2.6.0
|
python-neutronclient>=2.6.0
|
||||||
python-heatclient>=0.3.0
|
python-heatclient>=0.3.0
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
stevedore>=1.5.0 # Apache-2.0
|
stevedore>=1.5.0 # Apache-2.0
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr>=1.3'],
|
setup_requires=['pbr>=1.8'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -18,7 +18,7 @@ pylint==1.4.4 # GNU GPL v2
|
|||||||
rfc3986>=0.2.0 # Apache-2.0
|
rfc3986>=0.2.0 # Apache-2.0
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||||
sphinxcontrib-httpdomain
|
sphinxcontrib-httpdomain
|
||||||
tempest-lib>=0.6.1
|
tempest-lib>=0.8.0
|
||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user