Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
gforcada committed Mar 17, 2023

Verified

This commit was signed with the committer’s verified signature.
gforcada Gil Forcada Codinachs
1 parent 2a0eb37 commit e106c53
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -42,16 +42,19 @@
zip_safe=False,
python_requires=">=3.8",
install_requires=[
"setuptools",
"Products.CMFCore",
"Products.ZCatalog",
"plone.uuid",
"plone.indexer",
"setuptools",
"zope.publisher",
"zope.interface",
],
extras_require={
"test": [
"plone.dexterity",
"plone.app.testing",
"plone.dexterity",
"plone.testing",
]
},
entry_points="""

0 comments on commit e106c53

Please sign in to comment.