Fixing dep

This commit is contained in:
kevgliss 2015-07-29 21:57:44 -07:00
parent 2e1abdd2f1
commit c4b53b22da
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ROOT = os.path.realpath(os.path.join(os.path.dirname(__file__)))
install_requires = [
'Flask==0.10.1',
'Flask-RESTful==0.3.3',
'Flask-SQLAlchemy==1.0.5',
'Flask-SQLAlchemy==2.0',
'Flask-Script==2.0.5',
'Flask-Migrate==1.4.0',
'Flask-Bcrypt==0.6.2',