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 17, 2023
1 parent 07d7d58 commit 9d48e1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,21 @@
python_requires=">=3.8",
extras_require=dict(
test=[
"borg.localrole",
"five.localsitemanager",
"plone.app.testing",
"plone.testing",
]
),
install_requires=[
"setuptools",
"persistent",
"plone.base",
"plone.i18n",
"plone.memoize",
"Products.statusmessages",
"setuptools",
"Products.DCWorkflow",
"Products.GenericSetup",
"zope.dottedname",
],
)

0 comments on commit 9d48e1d

Please sign in to comment.