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',