Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 25, 2023
1 parent da0fe57 commit c9f428e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,20 @@ def read(*rnames):
install_requires=[
"setuptools",
"plone.base",
"Products.MimetypesRegistry",
"Products.ZCatalog",
"plone.app.contenttypes",
"plone.i18n",
"plone.registry",
"plone.rfc822",
"plone.uuid",
],
extras_require={
"test": [
"plone.app.contenttypes",
"plone.app.contenttypes[test]",
"plone.app.testing",
"plone.batching",
"plone.testing",
],
},
entry_points="""
Expand Down

0 comments on commit c9f428e

Please sign in to comment.