diff --git a/setup.py b/setup.py index 03c57193..578c44cf 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,6 @@ ) install_requires = [ - "AuthEncoding", - "BTrees", "Pillow", "plone.base", "plone.i18n", @@ -23,6 +21,7 @@ "Products.GenericSetup", "Products.PluggableAuthService>=2.0", "setuptools", + "Zope", ] setup(