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
Due to #1109 pip-compile now includes bdist_egg hashes when previously it did not
This isn't strictly a bug as the hashes are useless eggs that pip does not install
$ python -V
$ pip --version
$ pip-compile --version
toml==0.10.0 \ --hash=sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c \ --hash=sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e \ + --hash=sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3 \
The text was updated successfully, but these errors were encountered:
Please test/review #1122.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Due to #1109 pip-compile now includes bdist_egg hashes when previously it did not
This isn't strictly a bug as the hashes are useless eggs that pip does not install
Environment Versions
$ python -V
N/A$ pip --version
N/A$ pip-compile --version
5.1.0Steps to replicate
toml==0.10.0 \ --hash=sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c \ --hash=sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e \ + --hash=sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3 \
The text was updated successfully, but these errors were encountered: