2014-09-03 14:19:48 -04:00
|
|
|
# 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.
|
|
|
|
|
2014-10-24 09:26:40 -04:00
|
|
|
pbr>=0.6,!=0.7,<1.0
|
2014-12-18 01:27:30 +00:00
|
|
|
alembic>=0.7.1
|
2014-05-29 13:46:40 +00:00
|
|
|
Babel>=1.3
|
2014-04-18 12:02:53 +03:00
|
|
|
iso8601>=0.1.9
|
2014-09-23 02:00:17 +00:00
|
|
|
oslo.i18n>=1.0.0 # Apache-2.0
|
2015-01-09 18:35:05 +00:00
|
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
|
|
oslo.utils>=1.2.0 # Apache-2.0
|
2014-12-08 16:23:18 +00:00
|
|
|
SQLAlchemy>=0.9.7,<=0.9.99
|
2014-09-13 07:27:35 +00:00
|
|
|
sqlalchemy-migrate>=0.9.1,!=0.9.2
|
2014-10-27 12:20:59 +00:00
|
|
|
stevedore>=1.1.0 # Apache-2.0
|
2014-09-16 12:42:48 -07:00
|
|
|
six>=1.7.0
|