Skip to content

Commit

Permalink
Update the required version of Flask-WTF.
Browse files Browse the repository at this point in the history
See: stormpath#92.

Flask-WTF 0.14.0 introduces changes that break stormpath-flask. Restricting the range of packages supported fixes this until a more permanent fix can be done.
  • Loading branch information
finbarrtimbers authored Jan 22, 2017
1 parent e4101aa commit 335ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
install_requires = [
'Flask>=0.9.0',
'Flask-Login==0.3.2',
'Flask-WTF>=0.9.5',
'Flask-WTF>=0.9.5,<=0.13.1',
'facebook-sdk==2.0.0',
'oauth2client==1.5.2',
'stormpath==2.4.4',
Expand Down

0 comments on commit 335ceae

Please sign in to comment.