Skip to content

Commit

Permalink
dpes
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed May 23, 2024
1 parent f837d6b commit 3d880ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Zope = [
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
]
python-dateutil = ['dateutil']
ignore-packages = ['plone.restapi', 'plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'pytest-docker', 'pytest-vcr', 'pytest-mock', 'gocept.pytestlayer', 'requests-mock', 'vcrpy']
ignore-packages = ['plone.restapi', 'plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'pytest-docker', 'pytest-vcr', 'pytest-mock', 'zope.pytestlayer', 'requests-mock', 'vcrpy']
Plone = ['Products.CMFPlone', 'Products.CMFCore', 'Products.GenericSetup', 'Products.PluggableAuthService', 'Products.PlonePAS']

##
Expand Down
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,21 @@
install_requires=[
"setuptools",
"Plone",
"Zope",
"Products.CMFCore",
"plone.api",
"plone.base",
"plone.protect",
"plone.restapi>=8.34.0",
"oic",
],
extras_require={
"test": [
"zope.pytestlayer",
"plone.app.contenttypes",
"plone.app.testing",
"plone.restapi[test]",
"plone.testing",
"pytest-cov",
"pytest-plone>=0.2.0",
"pytest-docker",
Expand Down

0 comments on commit 3d880ca

Please sign in to comment.