Update alembic requirement to 0.6.0 version

Our ceilometer/storage/sqlalchemy/alembic/versions/b6ae66d05e3_remove_extra_indexes.py
call a new drop_constraint method with type_ argument,
but this new method argument is invovled from alembic 0.5.0 version,
and Jenkins is using alembic 0.6.0 version, global-requirements.txt
changed by 46004 patch already.

Fixed bug: 1221467

Change-Id: Iecdc453acc5fdbad28141e3c882df2f7006d5205
This commit is contained in:
Haomeng, Wang 2013-09-13 10:29:07 +08:00
parent 90a556ef33
commit f23d5fe3b7

View File

@ -5,7 +5,7 @@ iso8601>=0.1.4
argparse
SQLAlchemy>=0.7.8,<0.8
sqlalchemy-migrate>=0.7.2
alembic>=0.4.1
alembic>=0.6.0
netaddr
pymongo>=2.4
eventlet>=0.13.0