Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 1, 2023
1 parent cb1b328 commit 150a9c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,15 @@
"plone.supermodel>=1.1",
"Products.statusmessages",
"setuptools",
"Products.GenericSetup",
"plone.z3cform",
"z3c.form",
"zope.dottedname",
],
extras_require={
"test": [
"plone.app.testing",
"plone.testing",
]
},
entry_points="""
Expand Down

0 comments on commit 150a9c7

Please sign in to comment.