Skip to content

Commit a8b85c5

Browse files
committed
add mapping for PyYAML = yaml
1 parent 48775de commit a8b85c5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.meta.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ codespell_skip = "*.resp,performance/*,src/plone/restapi/tests/performance.py,do
3939
dependencies_ignores = ['collective.relationhelpers', 'importlib_metadata', 'plone.app.caching', 'plone.app.controlpanel', 'plone.app.discussion', 'plone.app.iterate', 'plone.app.multilingual', 'plone.base']
4040
dependencies_mappings = [
4141
"PyJWT = ['jwt']",
42+
"PyYAML = ['yaml']",
4243
"'Products.CMFPlone' = ['Products.CMFEditions', 'Products.DateRecurringIndex', 'Products.ExtendedPathIndex', 'Products.MimetypesRegistry', 'Products.PlonePAS', 'Products.PluggableAuthService', 'Products.PluginIndexes', 'Products.ZCTextIndex', 'Products.statusmessages', 'plone.app.content', 'plone.app.contentlisting', 'plone.app.contentrules', 'plone.app.contenttypes', 'plone.app.dexterity', 'plone.app.event', 'plone.app.linkintegrity', 'plone.app.querystring', 'plone.app.redirector', 'plone.app.textfield', 'plone.app.i18n', 'plone.app.users', 'plone.app.vocabularies', 'plone.app.uuid', 'plone.app.workflow', 'plone.autoform', 'plone.batching', 'plone.behavior', 'plone.browserlayer', 'plone.caching', 'plone.contentrules', 'plone.dexterity', 'plone.event', 'plone.folder', 'plone.i18n', 'plone.indexer', 'plone.keyring', 'plone.locking', 'plone.memoize', 'plone.namedfile', 'plone.protect', 'plone.registry', 'plone.rfc822', 'plone.scale', 'plone.supermodel', 'plone.uuid', 'Products.CMFDynamicViewFTI', 'z3c.caching', 'z3c.form', 'z3c.formwidget.query', 'z3c.relationfield', 'zc.relation', 'zope.componentvocabulary', 'zope.intid']",
4344
]
4445

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ python-dateutil = ['dateutil']
124124
pytest-plone = ['pytest', 'zope.pytestlayer', 'plone.testing', 'plone.app.testing']
125125
ignore-packages = ['collective.relationhelpers', 'importlib_metadata', 'plone.app.caching', 'plone.app.controlpanel', 'plone.app.discussion', 'plone.app.iterate', 'plone.app.multilingual', 'plone.base']
126126
PyJWT = ['jwt']
127+
PyYAML = ['yaml']
127128
'Products.CMFPlone' = ['Products.CMFEditions', 'Products.DateRecurringIndex', 'Products.ExtendedPathIndex', 'Products.MimetypesRegistry', 'Products.PlonePAS', 'Products.PluggableAuthService', 'Products.PluginIndexes', 'Products.ZCTextIndex', 'Products.statusmessages', 'plone.app.content', 'plone.app.contentlisting', 'plone.app.contentrules', 'plone.app.contenttypes', 'plone.app.dexterity', 'plone.app.event', 'plone.app.linkintegrity', 'plone.app.querystring', 'plone.app.redirector', 'plone.app.textfield', 'plone.app.i18n', 'plone.app.users', 'plone.app.vocabularies', 'plone.app.uuid', 'plone.app.workflow', 'plone.autoform', 'plone.batching', 'plone.behavior', 'plone.browserlayer', 'plone.caching', 'plone.contentrules', 'plone.dexterity', 'plone.event', 'plone.folder', 'plone.i18n', 'plone.indexer', 'plone.keyring', 'plone.locking', 'plone.memoize', 'plone.namedfile', 'plone.protect', 'plone.registry', 'plone.rfc822', 'plone.scale', 'plone.supermodel', 'plone.uuid', 'Products.CMFDynamicViewFTI', 'z3c.caching', 'z3c.form', 'z3c.formwidget.query', 'z3c.relationfield', 'zc.relation', 'zope.componentvocabulary', 'zope.intid']
128129

129130
##

0 commit comments

Comments
 (0)