Skip to content

Commit

Permalink
Fix dependencychecker for Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
rber474 committed Feb 23, 2024
1 parent 35e1307 commit 0863c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ commit-id = "cfffba8c"

[pyproject]
codespell_ignores = "complet,exemple"
dependencies_ignores = "['Products.CMFPlone', 'PIL']"
dependencies_ignores = "['Products.CMFPlone']"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Zope = [
]
python-dateutil = ['dateutil']
ignore-packages = ['Products.CMFPlone']
Pillow = ['PIL']

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

0 comments on commit 0863c45

Please sign in to comment.