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 1199afe commit 4cd5aff
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 @@ -39,11 +39,10 @@
"jsonschema",
"setuptools",
"z3c.form",
"zope.deprecation",
"zope.i18nmessageid",
],
extras_require={
"test": ["plone.app.testing"],
"test": [],
"schemaeditor": ["plone.schemaeditor"],
"supermodel": ["plone.supermodel"],
},
Expand Down

0 comments on commit 4cd5aff

Please sign in to comment.