Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jun 18, 2018
1 parent 1cc819e commit 5d61c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_migrate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from alembic import __version__ as __alembic_version__
from alembic.config import Config as AlembicConfig
from alembic import command
from alembic.util.exc import CommandError
from alembic.util import CommandError

alembic_version = tuple([int(v) for v in __alembic_version__.split('.')[0:3]])
log = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
install_requires=[
'Flask>=0.9',
'Flask-SQLAlchemy>=1.0',
'alembic>=0.6'
'alembic>=0.7'
],
tests_require=[
'Flask-Script>=0.6'
Expand Down

0 comments on commit 5d61c19

Please sign in to comment.