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

requirements.txt should not be frozen, instead add a frozen requirements.txt #8

Open
ronreiter opened this issue Feb 16, 2020 · 3 comments

Comments

@ronreiter
Copy link

ronreiter commented Feb 16, 2020

https://www.kennethreitz.org/essays/a-better-pip-workflow

This is important because sometimes requirements break due to cascading dependency requirements failure.

@saasforge
Copy link
Owner

This is an interesting approach. Can you provide its implementation and a guide on how to use it?

@ronreiter
Copy link
Author

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

@ronreiter
Copy link
Author

BTW, Pipfile.lock is kind of a similar mechanism:
https://pipenv-fork.readthedocs.io/en/latest/basics.html

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

No branches or pull requests

2 participants