Merge pull request #187 from plone/issue-186-remove-cyclic-dependency

Remove cyclic dependency with Products.CMFPlone.
This commit is contained in:
Maurits van Rees 2021-09-14 21:58:30 +02:00 committed by GitHub
commit 40729393e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',