Hotfix for recent Flask/Werkzeug versions breaking Flask-Login module

(cherry picked from commit 84caaeb)
master
Gina Häußge 2013-06-15 16:58:18 +02:00
parent 4371fa500c
commit b1ba513e32
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
flask>=0.9
flask==0.9
werkzeug==0.8.3
tornado>=2.4.1
tornadio2>=0.0.4
PyYAML>=3.10

View File

@ -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