Commit 06ac58f6 authored by Paul Brown's avatar Paul Brown

fix build errors caused by pillow

parent 29f8e0d4
Flask Flask
Flask-Admin Flask-Admin
Flask-SQLAlchemy Flask-SQLAlchemy
pillow pillow==2.9.0
\ No newline at end of file
...@@ -5,7 +5,7 @@ peewee ...@@ -5,7 +5,7 @@ peewee
wtf-peewee wtf-peewee
pymongo==2.8 pymongo==2.8
flask-mongoengine flask-mongoengine
pillow pillow==2.9.0
Babel<=1.3 Babel<=1.3
flask-babelex flask-babelex
shapely==1.5.9 shapely==1.5.9
......
...@@ -49,7 +49,7 @@ setup( ...@@ -49,7 +49,7 @@ setup(
], ],
tests_require=[ tests_require=[
'nose>=1.0', 'nose>=1.0',
'pillow', 'pillow==2.9.0',
'mongoengine', 'mongoengine',
'pymongo', 'pymongo',
'wtf-peewee', 'wtf-peewee',
......
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