From 1199afe85c20491b2f5c77471a13c6c71340fe2b Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Sat, 25 Mar 2023 15:50:35 +0100 Subject: [PATCH] feat: configure z3c.dependencychecker --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9eb73f3..6c400ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,3 +60,4 @@ Zope = [ 'Products.CMFDynamicViewFTI', 'zope.deprecation', ] python-dateutil = ['dateutil'] +ignore-packages = ['plone.supermodel', 'plone.schemaeditor']