From 7931af05238d2729157796ece99cb7bfa05fae99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Thu, 18 May 2017 22:08:02 +0200 Subject: [PATCH] Add pillow to windows build dependencys --- win/_base.sh | 1 + win/dev_env.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/win/_base.sh b/win/_base.sh index ee1521429..d3915e5d6 100644 --- a/win/_base.sh +++ b/win/_base.sh @@ -87,6 +87,7 @@ python-gnupg docutils qrcode keyring +pillow " build_pip install --no-binary ":all:" \ diff --git a/win/dev_env.sh b/win/dev_env.sh index 852404086..25498ca37 100644 --- a/win/dev_env.sh +++ b/win/dev_env.sh @@ -29,6 +29,7 @@ python-gnupg docutils qrcode keyring +pillow " pip3 install --no-binary ":all:" \