This gist remains for historical reaons, however, I can no longer recommend using it.
The pracitce of using requirements.txt
and simple pip dependencies is outdated and deprecated.
All new projects should use a tool that supports the pyproject.toml
integrated format and keeps
locked versions for specified and child dependencies. My current choice is Poetry
.