Skip to content

Commit

Permalink
pin flask-login version because of compatibility break
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Sep 16, 2015
1 parent b090b3b commit e0265b1
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
@@ -1,5 +1,5 @@
Flask>=0.9
quokka-flask-login>=0.1.3
Flask-Login==0.2.11
Flask-Mail>=0.7.3
Flask-Principal>=0.3.3
Flask-WTF>=0.8
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_tests(self):

setup(
name='quokka-flask-security',
version='1.7.4dev1',
version='1.7.4dev2',
url='https://github.com/quokkaproject/flask-security',
license='MIT',
author='Matt Wright',
Expand Down

0 comments on commit e0265b1

Please sign in to comment.