Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
installation: alembic version bump
Browse files Browse the repository at this point in the history
* FIX Upgrades pinned alembic version to allow the usage of
  `batch_alter_table` method.

Signed-off-by: Esteban J. G. Gabancho <esteban.gabancho@gmail.com>
  • Loading branch information
egabancho committed Sep 15, 2015
1 parent 4953770 commit 70e269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
history = open('CHANGES.rst').read()

requirements = [
'alembic>=0.6.6,<0.7',
'alembic>=0.7,<0.8',
'Flask>=0.10.1',
'six>=1.7.2',
'invenio-base>=0.2.1',
Expand Down

0 comments on commit 70e269f

Please sign in to comment.