From 7871504bc609dea3b1f9cceb8ee0e60f9803ec2e Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Wed, 19 Jun 2024 11:32:06 +0200 Subject: [PATCH] Add Zope as dependency. ``` Missing requirements ==================== OFS.Image.File Products.Five.browser.pagetemplatefile.ViewPageTemplateFile Missing test requirements ========================= OFS.Image OFS.Image.File OFS.Image.Image OFS.SimpleItem.SimpleItem Products.Five.browser.BrowserView Products.Five.browser.resource.FileResource Products.PageTemplates.ZopePageTemplate.ZopePageTemplate ZPublisher.HTTPRequest.HTTPRequest ZPublisher.HTTPResponse.HTTPResponse ``` --- news/1.bugfix | 2 ++ setup.py | 14 +------------- 2 files changed, 3 insertions(+), 13 deletions(-) create mode 100644 news/1.bugfix diff --git a/news/1.bugfix b/news/1.bugfix new file mode 100644 index 0000000..1dbe99a --- /dev/null +++ b/news/1.bugfix @@ -0,0 +1,2 @@ +Add Zope to dependencies. Update config files with plone/meta. +[maurits] diff --git a/setup.py b/setup.py index bdfaa4b..4b46263 100644 --- a/setup.py +++ b/setup.py @@ -44,13 +44,12 @@ zip_safe=False, python_requires=">=3.8", install_requires=[ - "AccessControl", - "Acquisition", "Products.CMFCore", "Products.CMFDynamicViewFTI", "Products.CMFPlone", "Products.GenericSetup", "Products.statusmessages", + "Zope", "setuptools", "python-dateutil", "plone.app.registry", @@ -67,18 +66,7 @@ "z3c.caching", "z3c.form", "z3c.zcmlhook", - "zope.annotation", - "zope.browserresource", - "zope.component", - "zope.event", - "zope.globalrequest", - "zope.i18nmessageid", - "zope.interface", - "zope.lifecycleevent", - "zope.pagetemplate", - "zope.publisher", "zope.ramcache", - "zope.schema", ], extras_require={ "test": [