Hotfix for recent Flask/Werkzeug versions breaking Flask-Login module
This commit is contained in:
parent
16befc84d2
commit
28d8dd773a
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
flask>=0.9
|
||||
flask==0.9
|
||||
werkzeug==0.8.3
|
||||
numpy>=1.6.2
|
||||
pyserial>=2.6
|
||||
tornado>=2.4.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue