no pillow on linux

This commit is contained in:
j 2015-11-26 10:38:17 +01:00
parent 9f9bbd8429
commit d58c09b58b
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cat ../../openmedialibrary/requirements.txt \
| grep -v lxml \
| grep -v pyopenssl \
| grep -v pyCrypto \
| grep -v pillow \
| grep -v simplejson \
> requirements.txt
echo setuptools >> requirements.txt