From 7fc75ee5aa80ae642654294b19ec9495acbb210c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Tue, 14 Sep 2021 15:32:42 +0200 Subject: [PATCH] Fix #186: Remove cyclic dependency with Products.CMFPlone. --- news/186.bugfix | 2 ++ setup.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 news/186.bugfix diff --git a/news/186.bugfix b/news/186.bugfix new file mode 100644 index 0000000..f11241b --- /dev/null +++ b/news/186.bugfix @@ -0,0 +1,2 @@ +Remove cyclic dependency with Products.CMFPlone +[ericof] \ No newline at end of file diff --git a/setup.py b/setup.py index defcc8d..a038021 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,6 @@ install_requires = [ 'plone.indexer', 'plone.registry', 'plone.z3cform', - 'Products.CMFPlone', 'six', 'ZODB3', 'zope.interface',