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 15, 2023
1 parent 7807a50 commit ba99db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ Zope = [
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
]
python-dateutil = ['dateutil']
'Products.ZCatalog' = ['Products.PluginIndexes']
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,13 @@
zip_safe=False,
python_requires=">=3.8",
install_requires=[
"plone.memoize",
"Products.BTreeFolder2",
"Products.CMFCore",
"Products.ZCatalog",
"setuptools",
"zope.annotation",
"zope.component",
"zope.container",
"zope.interface",
"Zope2",
],
extras_require={
"test": [
"plone.app.testing",
"profilehooks",
]
},
Expand Down

0 comments on commit ba99db5

Please sign in to comment.