Skip to content

Fix setuptools and cgi dependencies following deprecations#97

Open
tashi-lp wants to merge 1 commit into
WebFuzzForge:mainfrom
tashi-lp:python-3.13-depencies-fix
Open

Fix setuptools and cgi dependencies following deprecations#97
tashi-lp wants to merge 1 commit into
WebFuzzForge:mainfrom
tashi-lp:python-3.13-depencies-fix

Conversation

@tashi-lp

@tashi-lp tashi-lp commented May 18, 2026

Copy link
Copy Markdown

Fixes two broken dependencies in pyproject.toml. In setuptools 82.0.0, pkg_resources was deprecated, so <82.0.0 is needed. Python 3.13 deprecated cgi, so legacy-cgi is added as a dependency.

Fixes #95

Fixes two broken dependencies in pyproject.toml. In setuptools 82.0.0, pkg_resources was deprecated, so <82.0.0 is needed. Python 3.13 deprecated cgi, so legacy-cgi is added as a dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not Python 3.13 compatible

1 participant