Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 24, 2023
1 parent 59f93b6 commit 254558f
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 @@ -49,35 +49,44 @@ 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",
"robotframework-selenium2library",
"robotframework-seleniumtestability",
"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 254558f

Please sign in to comment.