Skip to content

Commit

Permalink
Add Zope as dependency.
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
mauritsvanrees committed Jun 19, 2024
1 parent bd7d91f commit 7871504
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions news/1.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add Zope to dependencies. Update config files with plone/meta.
[maurits]
14 changes: 1 addition & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit 7871504

Please sign in to comment.