From 784afe2e3dbc58506f5ceaabb22191797236c017 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 28 Feb 2018 17:41:51 +0100 Subject: [PATCH] [buildout] Added pillow to dependencies for matplotlib jpeg support --- buildout.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/buildout.cfg b/buildout.cfg index 4526a7a88..e8ab3838d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -59,6 +59,7 @@ eggs = alabaster pbr pexpect pickleshare + pillow pip psutil ptyprocess -- GitLab