e8f4831406
These code is imported from Solum. Implements: blueprint db-object-definitions Change-Id: Idc5458bd6b758f3d4a62bf5f059ce4dd444a825a
20 lines
499 B
Plaintext
20 lines
499 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>=0.6,!=0.7,<1.0
|
|
Babel>=1.3
|
|
|
|
oslo.config>=1.4.0
|
|
oslo.db>=0.2.0 # Apache-2.0
|
|
oslo.messaging>=1.4.0
|
|
oslo.serialization>=1.0.0
|
|
oslo.utils>=1.0.0
|
|
pecan>=0.8.0
|
|
python-keystoneclient>=0.11.1
|
|
python-zaqarclient>=0.0.3
|
|
six>=1.7.0
|
|
SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99
|
|
WSME>=0.6
|
|
docker-py>=0.5.1
|