Add POD image support to product view page.
This commit is contained in:
parent
087342b09c
commit
389bb5dcc6
3 changed files with 40 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -78,6 +78,9 @@ requires = [
|
|||
'waitress', # 0.8.1
|
||||
'WebHelpers', # 1.3
|
||||
'zope.sqlalchemy', # 0.7
|
||||
|
||||
# This is used to obtain POD image dimensions.
|
||||
'PIL', # 1.1.7
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue