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 8089e21 commit 2fd9078
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,25 @@ def read(*rnames):
extras_require=dict(
test=[
"plone.app.testing[robot]>=4.2.2",
"plone.app.robotframework",
"plone.dexterity",
"Products.CMFCore",
"requests",
"BTrees",
"plone.app.contenttypes[test]",
"plone.app.redirector",
"plone.app.textfield",
"plone.namedfile",
"plone.testing",
"z3c.relationfield",
"zope.intid",
"plone.base",
]
),
install_requires=[
"setuptools",
"collective.monkeypatcher",
"zope.component",
"zope.interface",
"zope.publisher",
"zope.traversing",
"Products.CMFCore",
"Zope2",
"Zope",
"plone.memoize",
"zope.browserpage",
],
entry_points="""
# -*- Entry points: -*-
Expand Down

0 comments on commit 2fd9078

Please sign in to comment.