Stop depending on PIL.
We need to fix things better than that eventually...
This commit is contained in:
parent
d6bdc0e87d
commit
fae26c60c6
1 changed files with 3 additions and 2 deletions
5
setup.py
5
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
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue