06a8dc7ae5
Replace usage of deprecated jsonutils module from oslo-incubator and use oslo.serialization instead. A followup-patch will sync with oslo-incubator and remove the jsonutils module from manila. Partial-Bug: #1382189 Change-Id: Iafa5090fd0c960ae8e996229ea3352f890decc6c
40 lines
942 B
Plaintext
40 lines
942 B
Plaintext
# 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
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# pbr should be first
|
|
pbr>=0.6,!=0.7,<1.0
|
|
|
|
alembic>=0.6.4
|
|
anyjson>=0.3.3
|
|
argparse
|
|
Babel>=1.3
|
|
eventlet>=0.15.2
|
|
greenlet>=0.3.2
|
|
iso8601>=0.1.9
|
|
kombu>=2.5.0
|
|
lockfile>=0.8
|
|
lxml>=2.3
|
|
oslo.config>=1.4.0 # Apache-2.0
|
|
oslo.db>=1.0.0 # Apache-2.0
|
|
oslo.i18n>=1.0.0 # Apache-2.0
|
|
oslo.messaging>=1.4.0
|
|
oslo.rootwrap>=1.3.0
|
|
oslo.serialization>=1.0.0 # Apache-2.0
|
|
oslo.utils>=1.0.0 # Apache-2.0
|
|
paramiko>=1.13.0
|
|
Paste
|
|
PasteDeploy>=1.5.0
|
|
posix_ipc
|
|
python-neutronclient>=2.3.6,<3
|
|
python-keystoneclient>=0.11.1
|
|
Routes>=1.12.3,!=2.0
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99
|
|
stevedore>=1.0.0 # Apache-2.0
|
|
python-cinderclient>=1.1.0
|
|
python-novaclient>=2.18.0
|
|
suds>=0.4
|
|
WebOb>=1.2.3
|
|
wsgiref>=0.1.2
|