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 ]