Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Oct 14, 2023
1 parent fb0337a commit be0b839
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,20 @@ def read(filename):
entry_points = dict(console_scripts=console_scripts)

install_requires = [
"Products.CMFCore",
"Pillow",
"Products.CMFPlone",
"Products.MailHost",
"Products.PlonePAS >= 5.0.1",
"Products.PluggableAuthService",
"babel",
"docutils",
"plone.app.testing",
"plone.app.textfield",
"plone.base",
"plone.dexterity",
"plone.i18n",
"plone.namedfile",
"plone.protect",
"plone.registry",
"plone.testing",
"plone.uuid",
"robotframework",
Expand All @@ -66,19 +72,23 @@ def read(filename):
"robotsuite", # not a direct dependency, but required for convenience
"selenium",
"setuptools",
"z3c.form",
"z3c.relationfield",
"zope.component",
"zope.configuration",
"zope.i18n",
"zope.intid",
"zope.schema",
"zope.testrunner",
]

test_requires = [
"plone.app.dexterity",
"Products.MailHost",
"plone.app.textfield",
"plone.dexterity",
"robotsuite",
"webtest",
"z3c.form",
"zope.configuration",
]

debug_requires = [
Expand Down

0 comments on commit be0b839

Please sign in to comment.