Stop depending on PIL.
We need to fix things better than that eventually...
This commit is contained in:
parent
d6bdc0e87d
commit
fae26c60c6
5
setup.py
5
setup.py
|
@ -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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue