Updated from global requirements
Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d
This commit is contained in:
parent
f816578502
commit
405607592e
@ -1,7 +1,7 @@
|
|||||||
# The order of packages is significant, because pip processes them in the order
|
# The order of packages is significant, because pip processes them in the order
|
||||||
# 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,>=0.11
|
pbr<2.0,>=1.3
|
||||||
SQLAlchemy<1.1.0,>=0.9.7
|
SQLAlchemy<1.1.0,>=0.9.7
|
||||||
alembic>=0.7.2
|
alembic>=0.7.2
|
||||||
automaton>=0.2.0 # Apache-2.0
|
automaton>=0.2.0 # Apache-2.0
|
||||||
@ -29,7 +29,7 @@ oslo.log>=1.2.0 # Apache-2.0
|
|||||||
oslo.policy>=0.5.0 # Apache-2.0
|
oslo.policy>=0.5.0 # Apache-2.0
|
||||||
oslo.serialization>=1.4.0 # Apache-2.0
|
oslo.serialization>=1.4.0 # Apache-2.0
|
||||||
oslo.service>=0.1.0 # Apache-2.0
|
oslo.service>=0.1.0 # Apache-2.0
|
||||||
oslo.utils>=1.6.0 # Apache-2.0
|
oslo.utils>=1.9.0 # Apache-2.0
|
||||||
pecan>=0.8.0
|
pecan>=0.8.0
|
||||||
requests>=2.5.2
|
requests>=2.5.2
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
@ -37,7 +37,7 @@ jsonpatch>=1.1
|
|||||||
WSME>=0.7
|
WSME>=0.7
|
||||||
Jinja2>=2.6 # BSD License (3 clause)
|
Jinja2>=2.6 # BSD License (3 clause)
|
||||||
keystonemiddleware>=1.5.0
|
keystonemiddleware>=1.5.0
|
||||||
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
|
oslo.messaging>=1.16.0 # Apache-2.0
|
||||||
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
retrying!=1.3.0,>=1.2.3 # Apache-2.0
|
||||||
posix-ipc
|
posix-ipc
|
||||||
oslo.versionedobjects!=0.5.0,>=0.3.0
|
oslo.versionedobjects!=0.5.0,>=0.3.0
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=1.3'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -9,7 +9,7 @@ mock>=1.1;python_version!='2.6'
|
|||||||
mock==1.0.1;python_version=='2.6'
|
mock==1.0.1;python_version=='2.6'
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
PyMySQL>=0.6.2 # MIT License
|
PyMySQL>=0.6.2 # MIT License
|
||||||
oslotest>=1.5.1 # Apache-2.0
|
oslotest>=1.7.0 # Apache-2.0
|
||||||
psycopg2
|
psycopg2
|
||||||
python-ironicclient>=0.6.0
|
python-ironicclient>=0.6.0
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18
|
||||||
|
Loading…
Reference in New Issue
Block a user