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
requirements.txt
This allows for much easier diffing (migrating from pip-tools) and grokking (trying to scroll and find)
pip-tools
The text was updated successfully, but these errors were encountered:
Currently I have the following:
sed -i -z "s/\\\\\n //g" requirements.txt sort -o requirements.txt requirements.txt sed -i "s/ --hash=\(.*\)/ \\\\\\n --hash=\1/" requirements.txt
Sorry, something went wrong.
This seems fine, if ~arbitrary. That said, its hard to imagine too many more axes beyond alpha-sort and pip-tools is a thing.
fd9a07f
thejcannon
Successfully merging a pull request may close this issue.
This allows for much easier diffing (migrating from
pip-tools
) and grokking (trying to scroll and find)The text was updated successfully, but these errors were encountered: