Skip to content

Commit

Permalink
fix development env req (#761)
Browse files Browse the repository at this point in the history
when i install for development, get an error:
error: Flask-SQLAlchemy 2.1 is installed but Flask-SQLAlchemy==2.0 is required by set(['flask-appbuilder'])
  • Loading branch information
7rack authored and mistercrunch committed Jul 14, 2016
1 parent b295436 commit 8a69235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'flask-migrate==1.5.1',
'flask-script==2.0.5',
'flask-testing==0.5.0',
'flask-sqlalchemy==2.0',
'humanize==0.5.1',
'gunicorn==19.6.0',
'markdown==2.6.6',
Expand Down

0 comments on commit 8a69235

Please sign in to comment.