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
https://www.kennethreitz.org/essays/a-better-pip-workflow
This is important because sometimes requirements break due to cascading dependency requirements failure.
The text was updated successfully, but these errors were encountered:
This is an interesting approach. Can you provide its implementation and a guide on how to use it?
Sorry, something went wrong.
Just need to keep requirements.txt as the raw requirements and requirements-frozen.txt as the frozen ones.
https://medium.com/@tomagee/pip-freeze-requirements-txt-considered-harmful-f0bce66cf895
BTW, Pipfile.lock is kind of a similar mechanism: https://pipenv-fork.readthedocs.io/en/latest/basics.html
No branches or pull requests
https://www.kennethreitz.org/essays/a-better-pip-workflow
This is important because sometimes requirements break due to cascading dependency requirements failure.
The text was updated successfully, but these errors were encountered: