Stop depending on PIL.

We need to fix things better than that eventually...
This commit is contained in:
Lance Edgar 2016-01-21 21:03:16 -06:00
parent d6bdc0e87d
commit fae26c60c6

View file

@ -89,8 +89,9 @@ requires = [
'WebHelpers', # 1.3 'WebHelpers', # 1.3
'zope.sqlalchemy', # 0.7 'zope.sqlalchemy', # 0.7
# This is used to obtain POD image dimensions. # TODO: Need to figure out what to do about this...
'PIL', # 1.1.7 # # This is used to obtain POD image dimensions.
# 'PIL', # 1.1.7
] ]