From 0507cc7a1530b930bb83e6d4bd2a096a375996b9 Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sat, 27 Feb 2016 19:06:50 +0100 Subject: [PATCH] remove PIL from requirements list --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5037004..2d59f2d 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup(name='cybertools', install_requires=[ # -*- Extra requirements: -*- 'lxml', - 'PIL', + #'PIL', 'zope.app.catalog', 'zope.app.file', 'zope.app.intid',