Skip to content

Commit

Permalink
Depend on plone.namedfile core instead of its empty [blobs] extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jan 26, 2022
1 parent d35ba63 commit ed117d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/106.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Depend on `plone.namedfile` core instead of its empty `[blobs]` extra.
[maurits]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'plone.autoform',
'plone.behavior>=1.1',
'plone.dexterity',
'plone.namedfile[blobs]',
'plone.namedfile',
'plone.rfc822',
'Products.CMFEditions>2.2.9',
'setuptools',
Expand Down

0 comments on commit ed117d1

Please sign in to comment.