diff --git a/catalog/configure.zcml b/catalog/configure.zcml index 8a17686..a73c0fc 100644 --- a/catalog/configure.zcml +++ b/catalog/configure.zcml @@ -5,7 +5,7 @@ xmlns:browser="http://namespaces.zope.org/browser" i18n_domain="zope"> - + diff --git a/setup.py b/setup.py index acf80d2..3dd945a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,9 @@ setup(name='cybertools', 'PIL', 'zope.app.catalog', 'zope.app.file', + 'zope.app.intid', 'zope.app.preview', + 'zope.app.renderer', 'zope.app.session', 'zope.sendmail', ],