Fix #186: Remove cyclic dependency with Products.CMFPlone.

This commit is contained in:
Érico Andrei 2021-09-14 15:32:42 +02:00
parent c4fb82ee57
commit 7fc75ee5aa
2 changed files with 2 additions and 1 deletions

2
news/186.bugfix Normal file
View File

@ -0,0 +1,2 @@
Remove cyclic dependency with Products.CMFPlone
[ericof]

View File

@ -15,7 +15,6 @@ install_requires = [
'plone.indexer',
'plone.registry',
'plone.z3cform',
'Products.CMFPlone',
'six',
'ZODB3',
'zope.interface',