From fae26c60c66ab9484fe5b1084774f3f29bbc6d74 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 21 Jan 2016 21:03:16 -0600 Subject: [PATCH] Stop depending on PIL. We need to fix things better than that eventually... --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e471cf89..2d3f1bd9 100644 --- a/setup.py +++ b/setup.py @@ -89,8 +89,9 @@ requires = [ 'WebHelpers', # 1.3 'zope.sqlalchemy', # 0.7 - # This is used to obtain POD image dimensions. - 'PIL', # 1.1.7 + # TODO: Need to figure out what to do about this... + # # This is used to obtain POD image dimensions. + # 'PIL', # 1.1.7 ]