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

master
Gina Häußge 2013-06-15 16:58:18 +02:00
parent d6ad8dca00
commit 84caaeb119
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