Bump alembic version to 0.8.4

This version of alembic was released in December 15, 2015
and include some bug fixes related to batch mode.
Batch mode is needed in case of SQLite usage.

Alembic bug 245 details:
http://alembic.readthedocs.org/en/latest/_sources/changelog.txt

Change-Id: I30a5c36efc00928d9ac60c34add0d73424cd72ef
This commit is contained in:
Rodion Promyshlennikov 2016-04-04 15:51:18 +03:00 committed by Boris Pavlovic
parent c215919e1e
commit 8efb91b509

View File

@ -1,5 +1,5 @@
aioeventlet>=0.4 # Apache-2.0
alembic>=0.8.0 # MIT
alembic>=0.8.4 # MIT
amqp>=1.4.0 # LGPL
anyjson>=0.3.3 # BSD
appdirs>=1.3.0 # MIT License