Hacker News new | ask | show | jobs
by roberrrrrrt 1400 days ago
I put direct dependencies in requirements.txt. Then I run `pip freeze > requirements.lock` within a docker container of the team's target deployment environment. I commit both files, and the deployed application is configured to use the requirements.lock.