Add explicit dependencies on Alembic and SA

Change-Id: I093bb45e73b441443f69a94699963085ce7324dd
This commit is contained in:
Dmitry Tantsur 2015-09-25 17:38:21 +02:00
parent c40fb55fd5
commit 92a8550321
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# 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.
alembic>=0.8.0
Babel>=1.3
eventlet>=0.17.4
Flask<1.0,>=0.10
@ -20,3 +21,4 @@ oslo.rootwrap>=2.0.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
six>=1.9.0
stevedore>=1.5.0 # Apache-2.0
SQLAlchemy>=0.9.9,<1.1.0