Skip to content

Commit

Permalink
fix: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 25, 2023
1 parent f251bdd commit 9471d75
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,33 @@ def read(*rnames):
python_requires=">=3.8",
install_requires=[
"Products.statusmessages",
"Products.PlonePAS",
"Products.CMFPlone",
"decorator",
"plone.app.uuid",
"plone.app.dexterity",
"plone.app.intid",
"plone.app.layout",
"plone.app.linkintegrity",
"plone.dexterity",
"plone.i18n",
"plone.registry",
"plone.uuid",
"setuptools",
"zope.globalrequest",
"Products.CMFCore",
"z3c.relationfield",
"zc.relation",
],
extras_require={
"test": [
"Products.CMFPlone",
"manuel>=1.11.2",
"plone.app.dexterity",
"plone.app.intid",
"plone.app.contenttypes",
"plone.app.textfield",
"plone.app.testing",
"plone.testing",
"plone.indexer",
"plone.registry",
"z3c.relationfield",
"zope.testrunner",
],
},
classifiers=[
Expand Down

0 comments on commit 9471d75

Please # to comment.