From a3f84abc52ca60e6d529c647b9422d6f8003e930 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Fri, 13 Jan 2017 11:24:19 -0600 Subject: [PATCH] add Pillow to deps --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 79163d48..ef34ccb1 100644 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ def create_wq_namespace(): 'PyYAML', 'requests', 'pystache', + 'Pillow', ], namespace_packages=['wq'], description=LONG_DESCRIPTION.strip(),