Skip to content

Commit

Permalink
feat: declare dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Apr 8, 2023
1 parent bf99142 commit 50e4f99
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@

tests_require = [
"plone.testing[test]",
"Products.CMFCore",
"Products.CMFPlacefulWorkflow",
"Products.CMFPlone",
"Products.PluggableAuthService",
"selenium",
"requests",
"transaction",
"zope.interface",
"zope.publisher",
"zope.testing",
"zope.testrunner",
# XXX unspecified dependency of plone.app.upgrade XXX
Expand Down Expand Up @@ -73,19 +70,22 @@ def read(*rnames):
zip_safe=False,
python_requires=">=3.7",
install_requires=[
"Products.CMFPlone",
"Products.GenericSetup",
"Products.MailHost",
"Products.PluggableAuthService",
"Zope",
"persistent",
"plone.app.contenttypes",
"plone.dexterity",
"plone.memoize",
"plone.registry",
"plone.testing [zca,security,zodb,z2]",
"setuptools",
"zope.configuration",
"zope.component",
"zope.dottedname",
"zope.testing",
"five.localsitemanager",
"plone.memoize",
"plone.testing [zca,security,zodb,z2]",
# 'Acquisition', # Zope 2.13+
# 'AccessControl', # Zope 2.13+
"Products.CMFPlone",
"Products.GenericSetup",
"Zope",
],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 50e4f99

Please sign in to comment.