Skip to content

Commit

Permalink
fix dependency checker
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Dec 11, 2024
1 parent 29b2cea commit af29519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extra_lines = """
[pyproject]
codespell_skip = "*.min.js,*lock.yaml"
codespell_ignores = "vew"
dependencies_ignores = "['collective.folderishtypes', 'plone.app.caching', 'requests', 'responses', 'zest.releaser', 'zestreleaser.towncrier']"
dependencies_ignores = "['collective.folderishtypes', 'plone.app.caching', 'plone.app.multilingual', 'requests', 'responses', 'zest.releaser', 'zestreleaser.towncrier']"
dependencies_mappings = [
"'Products.CMFPlone' = ['Acquisition', 'BTrees', 'Missing', 'OFS', 'plone.app.contenttypes', 'plone.app.layout', 'plone.app.linkintegrity', 'plone.app.redirector', 'plone.app.registry', 'plone.app.textfield', 'plone.app.vocabularies', 'plone.app.z3cform', 'plone.autoform', 'plone.base', 'plone.behavior', 'plone.dexterity', 'plone.indexer', 'plone.namedfile', 'plone.protect', 'plone.registry', 'plone.rfc822', 'plone.schema', 'plone.supermodel', 'Products.BTreeFolder2', 'Products.CMFCore', 'Products.Five', 'Products.GenericSetup', 'Products.SiteErrorLog', 'transaction', 'z3c.form', 'z3c.relationfield', 'zope.component', 'zope.i18n', 'zope.i18nmessageid', 'zope.interface', 'zope.lifecycleevent', 'zope.publisher', 'zope.schema', 'Zope']",
"'plone.restapi' = ['plone.rest']",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ python-dateutil = ['dateutil']
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
'Products.CMFPlone' = ['Acquisition', 'BTrees', 'Missing', 'OFS', 'plone.app.contenttypes', 'plone.app.layout', 'plone.app.linkintegrity', 'plone.app.redirector', 'plone.app.registry', 'plone.app.textfield', 'plone.app.vocabularies', 'plone.app.z3cform', 'plone.autoform', 'plone.base', 'plone.behavior', 'plone.dexterity', 'plone.indexer', 'plone.namedfile', 'plone.protect', 'plone.registry', 'plone.rfc822', 'plone.schema', 'plone.supermodel', 'Products.BTreeFolder2', 'Products.CMFCore', 'Products.Five', 'Products.GenericSetup', 'Products.SiteErrorLog', 'transaction', 'z3c.form', 'z3c.relationfield', 'zope.component', 'zope.i18n', 'zope.i18nmessageid', 'zope.interface', 'zope.lifecycleevent', 'zope.publisher', 'zope.schema', 'Zope']
'plone.restapi' = ['plone.rest']
ignore-packages = ['collective.folderishtypes', 'plone.app.caching', 'requests', 'responses', 'scripts.utils', 'zest.releaser', 'zestreleaser.towncrier']
ignore-packages = ['collective.folderishtypes', 'plone.app.caching', 'plone.app.multilingual', 'requests', 'responses', 'scripts.utils', 'zest.releaser', 'zestreleaser.towncrier']

##
# Add extra configuration options in .meta.toml:
Expand Down

0 comments on commit af29519

Please sign in to comment.