Skip to content

Commit

Permalink
Require multipart >= 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stollero committed Oct 28, 2024
1 parent f5ecb20 commit 84b044f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def read(*rnames):
package_dir={'': 'src'},
namespace_packages=['zope'],
install_requires=[
'multipart',
'multipart>=1.1.0',
'setuptools',
'zope.browser',
'zope.component',
Expand Down

0 comments on commit 84b044f

Please sign in to comment.