Commit ff7c4778 authored by PJ Janse van Rensburg's avatar PJ Janse van Rensburg

Prevent latest mongoengine version from being used, because it breaks Python 2.6 support.

parent 1899a7d7
...@@ -4,8 +4,7 @@ Flask-SQLAlchemy>=0.15 ...@@ -4,8 +4,7 @@ Flask-SQLAlchemy>=0.15
peewee peewee
wtf-peewee wtf-peewee
pymongo==2.8 pymongo==2.8
mongoengine<=0.11.0 flask-mongoengine==0.8.2
flask-mongoengine
pillow==2.9.0 pillow==2.9.0
Babel<=1.3 Babel<=1.3
flask-babelex flask-babelex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment