Skip to content

Commit

Permalink
Configuring with plone/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jun 6, 2024
1 parent 7fcc8df commit f6eb252
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 @@ -9,4 +9,4 @@ commit-id = "a89af8f2"
dependencies_mappings = [
"Pillow = ['PIL']",
]
dependencies_ignores = "['plone.protect', 'persistent',]"
dependencies_ignores = "['plone.protect', 'persistent', 'ZODB']"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Zope = [
'Products.CMFCore', 'Products.CMFDynamicViewFTI',
]
python-dateutil = ['dateutil']
ignore-packages = ['plone.protect', 'persistent',]
ignore-packages = ['plone.protect', 'persistent', 'ZODB']
Pillow = ['PIL']

##
Expand Down

0 comments on commit f6eb252

Please sign in to comment.