Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating requirements.txt to prevent make install errors (and add a missing dependency in some cases) #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

plever
Copy link

@plever plever commented Dec 3, 2024

CGI got removed as a core library in py 3.12 so I included the legacy dependency for newer py envs. GZIP is ancient it was added in 2.4 so likely could just be removed as a required module this commit makes it optional.

CGI got removed in py 3.12 so I included the legacy dependency for newer py envs.  GZIP is ancient it was added in 2.4 so likely could just be removed as a required module this commit makes it optional.
@wumpus
Copy link
Member

wumpus commented Dec 25, 2024

You are correct about gzip, I removed it.

What in this codebase uses CGI? I implemented a Github action and this repo runs under python 3.12 and 3.13 without adding legacy-cgi.

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.

2 participants