Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 5, 2023
1 parent a0228e8 commit 8b632b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,16 @@
python_requires=">=3.8",
extras_require=dict(
test=[
"zope.configuration",
"plone.app.testing",
"zope.publisher",
]
),
install_requires=[
"AccessControl",
"plone.keyring",
"plone.protect",
"Products.GenericSetup",
"Products.CMFPlone",
"Products.PluggableAuthService",
"setuptools",
"zope.component",
Expand Down

0 comments on commit 8b632b7

Please sign in to comment.