Skip to content

Commit

Permalink
Fix dependencycheck by depending on Zope.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jun 6, 2024
1 parent a597785 commit 12ecfc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
)

install_requires = [
"AuthEncoding",
"BTrees",
"Pillow",
"plone.base",
"plone.i18n",
Expand All @@ -23,6 +21,7 @@
"Products.GenericSetup",
"Products.PluggableAuthService>=2.0",
"setuptools",
"Zope",
]

setup(
Expand Down

0 comments on commit 12ecfc3

Please sign in to comment.