Skip to content
Snippets Groups Projects
Commit 682f4629 authored by Ben Smithgall's avatar Ben Smithgall Committed by bsmithgall
Browse files

Fix breaking change from Flask-Migrate

Flask-Migrate was recently patched to version 1.3.1 because [alembic versions can now include parts that are not integers](https://github.com/miguelgrinberg/Flask-Migrate/pull/51).

Requiring Flask-Migrate 1.3.0 installs a version of alembic that results in the following error message on startup:

`ValueError: invalid literal for int() with base 10: 'post2'`

Changing the requirements to install Flask-Migrate 1.3.1 fixes this problem.
parent 7fbb18e2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment