From b3571b94f2a003e7a37803c709436e9e3233491f Mon Sep 17 00:00:00 2001 From: j Date: Tue, 30 Sep 2014 18:47:24 +0200 Subject: [PATCH] use system pillow --- install | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index 6b012d6..68a1ac8 100755 --- a/install +++ b/install @@ -63,7 +63,7 @@ class Install(Thread): import simplejson import lxml except: - apt_packages += ' python3.4 python3-pil python-simplejson python3-lxml' + apt_packages += ' python3.4 python3-pil python-simplejson python3-lxml' yum_packages += ' python3-imaging python3-simplejson python3-lxml' if not has_bin('pdftocairo'): apt_packages += ' poppler-utils' diff --git a/requirements.txt b/requirements.txt index 97cd08e..77292f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,3 @@ simplejson ed25519>=1.3 SQLAlchemy==0.9.7 pyopenssl>=0.14 -pillow