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

fix build errors caused by pillow

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