use system pillow
This commit is contained in:
parent
8055cfa7c6
commit
b3571b94f2
2 changed files with 1 additions and 2 deletions
2
install
2
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'
|
||||
|
|
|
@ -3,4 +3,3 @@ simplejson
|
|||
ed25519>=1.3
|
||||
SQLAlchemy==0.9.7
|
||||
pyopenssl>=0.14
|
||||
pillow
|
||||
|
|
Loading…
Reference in a new issue