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 bd8483c commit a9a12b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
extras_require=dict(
test=[
"plone.app.testing",
"plone.app.contenttypes",
"plone.app.contenttypes[test]",
]
),
install_requires=[
Expand All @@ -49,5 +49,9 @@
"plone.memoize",
"plone.app.content >= 2.0",
"plone.protect >= 3.0.0",
"plone.portlets",
"plone.registry",
"zope.browsermenu",
"zope.contentprovider",
],
)

0 comments on commit a9a12b6

Please sign in to comment.