Skip to content

Commit

Permalink
Merge pull request #636 from uwcirg/pyup-update-flask-sqlalchemy-2.1-…
Browse files Browse the repository at this point in the history
…to-2.2

Update flask-sqlalchemy to 2.2
  • Loading branch information
pbugni authored Mar 1, 2017
2 parents 9befc65 + 4605a83 commit 94ef0b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions portal/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import sys
import requests_cache
from flask import Flask
from flask_webtest import get_scopefunc
import redis
from urlparse import urlparse

Expand Down Expand Up @@ -109,7 +108,6 @@ def configure_extensions(app):
db.init_app(app)
if app.testing:
session_options = {}
session_options['scopefunc'] = get_scopefunc()
db.session_options = session_options

# flask-user
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flask-Migrate==2.0.3
Flask-OAuthlib==0.9.3
Flask-Script==2.0.5
Flask-Session==0.3.1
Flask-SQLAlchemy==2.1
Flask-SQLAlchemy==2.2
flask-swagger==0.2.13
Flask-Testing==0.6.2
Flask-User==0.6.11
Expand Down

0 comments on commit 94ef0b0

Please sign in to comment.