Skip to content

Commit

Permalink
chore: adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jan 21, 2024
1 parent 72c7068 commit 73133f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read(filename):
name="plone.outputfilters",
version=version,
description=(
"Transformations applied to HTML in " "Plone text fields as they are rendered"
"Transformations applied to HTML in Plone text fields as they are rendered"
),
long_description=long_description,
# Get more strings from https://pypi.org/classifiers/
Expand Down Expand Up @@ -62,7 +62,6 @@ def read(filename):
install_requires=[
"setuptools",
"beautifulsoup4",
"DocumentTemplate",
"Products.GenericSetup",
"Products.MimetypesRegistry",
"Products.PortalTransforms>=2.0",
Expand All @@ -71,6 +70,7 @@ def read(filename):
"plone.namedfile",
"plone.registry",
"plone.uuid",
"Zope",
"zope.cachedescriptors",
],
extras_require={
Expand Down

0 comments on commit 73133f9

Please sign in to comment.