We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
compat/pip.py should use https://github.com/di/pip-api / https://github.com/sarugaku/pip-shims and/or https://github.com/sarugaku/requirementslib instead of maintaining its own pip compat layer, which is an exercise in madness given how often pip breaks their own api.
compat/pip.py
If you insist on your own pip compat layer, please add pip as a dependency in setup.py
pip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
compat/pip.py
should use https://github.com/di/pip-api / https://github.com/sarugaku/pip-shims and/or https://github.com/sarugaku/requirementslib instead of maintaining its own pip compat layer, which is an exercise in madness given how often pip breaks their own api.If you insist on your own pip compat layer, please add
pip
as a dependency in setup.pyThe text was updated successfully, but these errors were encountered: