Skip to content

Commit

Permalink
do not depend on plone.app.widgets anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Mar 23, 2023
1 parent bb8efeb commit 2db4edf
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,14 @@ def read(*rnames):
zip_safe=False,
python_requires=">=3.8",
install_requires=[
"lxml",
"plone.app.contentlisting",
"plone.app.vocabularies",
"plone.app.textfield>=1.3.6",
"plone.app.widgets>=2.4.2",
"plone.base",
"plone.dexterity",
"plone.i18n",
"plone.namedfile",
"plone.protect",
"plone.registry",
"plone.uuid",
"plone.z3cform",
"Products.GenericSetup",
"pytz",
"setuptools",
"z3c.form >= 4.0",
"z3c.relationfield",
"zope.browserpage",
"zope.contentprovider",
"z3c.formwidget.query",
"zope.deprecation",
"zope.globalrequest",
"zope.pagetemplate",
"Zope",
],
extras_require={
Expand Down

0 comments on commit 2db4edf

Please sign in to comment.