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

Pin pip, setuptools, wheel and distribute when they are dependencies #123

Closed
sbidoul opened this issue Sep 17, 2023 · 1 comment · Fixed by #125
Closed

Pin pip, setuptools, wheel and distribute when they are dependencies #123

sbidoul opened this issue Sep 17, 2023 · 1 comment · Fixed by #125
Labels
enhancement New feature or request

Comments

@sbidoul
Copy link
Owner

sbidoul commented Sep 17, 2023

When pip, setuptools, wheel and distribute , they are never present in locked requirements.
This is because pips omits them by default in pip freeze output.

We change to call pip freeze --all but never propose to uninstall these as they may be necessary to build legacy projects without build isolation.

@sbidoul
Copy link
Owner Author

sbidoul commented Sep 19, 2023

Towards #121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant