update dependencies

This commit is contained in:
Leo Hemsted
2017-08-18 15:39:39 +01:00
parent 953e2ae5bd
commit c36e50bef1
10 changed files with 90 additions and 82 deletions

2
db.py
View File

@@ -1,4 +1,4 @@
from flask.ext.script import Manager, Server
from flask_script import Manager, Server
from flask_migrate import Migrate, MigrateCommand
from app import create_app, db