Skip to content

Commit

Permalink
- use legacy-cgi module to overcome WebOb issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 31, 2024
1 parent 31842fe commit 5949203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _read_file(filename):
'zope.traversing',
'zope.viewlet',
'multipart',
'legacy-cgi; python_version > "3.12"',
],
include_package_data=True,
zip_safe=False,
Expand Down
1 change: 1 addition & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ five.localsitemanager = 4.0
idna = 3.7
imagesize = 1.4.1
importlib-metadata = 7.1.0
legacy-cgi = 2.6
mr.developer = 2.0.2
packaging = 24.0
plone.recipe.command = 1.1
Expand Down

0 comments on commit 5949203

Please sign in to comment.