remove PIL from requirements list

This commit is contained in:
Helmut Merz 2016-02-27 19:06:50 +01:00
parent 861f340b81
commit 0507cc7a15

View file

@ -20,7 +20,7 @@ setup(name='cybertools',
install_requires=[ install_requires=[
# -*- Extra requirements: -*- # -*- Extra requirements: -*-
'lxml', 'lxml',
'PIL', #'PIL',
'zope.app.catalog', 'zope.app.catalog',
'zope.app.file', 'zope.app.file',
'zope.app.intid', 'zope.app.intid',