From 8b632b7f351dd00ad31ab561bba481745bb8f8dc Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sun, 5 Feb 2023 15:26:30 +0100 Subject: [PATCH] feat: declare dependencies --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 25b890c..86fd62c 100644 --- a/setup.py +++ b/setup.py @@ -40,13 +40,16 @@ python_requires=">=3.8", extras_require=dict( test=[ - "zope.configuration", + "plone.app.testing", "zope.publisher", ] ), install_requires=[ + "AccessControl", "plone.keyring", "plone.protect", + "Products.GenericSetup", + "Products.CMFPlone", "Products.PluggableAuthService", "setuptools", "zope.component",