forked from fossasia/open-event-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes fossasia#144 Flask Login dependency on Heroku was incorrect.
Fix for server error Fix version of flask login Fix version of flask migrate
- Loading branch information
1 parent
a1ed851
commit 25033b2
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ colour | |
flask-cors | ||
pep8 | ||
nose | ||
Flask-Migrate | ||
Flask-Login | ||
Flask-Migrate==1.6.0 | ||
Flask-Login==0.3.2 | ||
flask-scrypt |