From be3a73cd807b9f1d72e75dc7186dc884b35f1bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Fri, 23 Jun 2023 17:13:12 -0300 Subject: [PATCH] Fix missing dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0fc68fc..601e113 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ install_requires=[ "setuptools", "Plone", + "Products.PluggableAuthService", "plone.distribution", "plone.api", "pas.plugins.authomatic",