Skip to content

Commit

Permalink
[flask-sqlachemy] Bumping version (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bodley authored and dpgaspar committed May 9, 2019
1 parent 009f2c8 commit 9ee190e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flask-babel==0.12.2
flask-jwt-extended==3.18.0
flask-login==0.4.1
flask-openid==1.2.5
flask-sqlalchemy==2.3.2
flask-sqlalchemy==2.4.0
flask-wtf==0.14.2
flask==1.0.2
idna==2.8 # via requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def desc():
'Flask-Babel>=0.11.1,<1',
'Flask-Login>=0.3,<0.5',
'Flask-OpenID>=1.2.5,<2',
'Flask-SQLAlchemy>=2.3,<3',
'Flask-SQLAlchemy>=2.4,<3',
'Flask-WTF>=0.14.2,<1',
'Flask-JWT-Extended>=3.18,<4',
'jsonschema>=3.0.1<4',
Expand Down

0 comments on commit 9ee190e

Please sign in to comment.