This post discusses how to manage Python dependencies in a boring way, focusing on the use of requirements files, virtual environments, and pip tools. The author recommends sticking to the default Python packaging tools for reliable and well-understood dependency management. The post covers topics such as defining and producing
•17m read time• From b-list.org
Table of contents
A quick introduction to Python packagingRequirementsMore requirementsSeeing the trees in the forestHashing it outInvocationsPutting it all togetherStaying up-to-dateAnd that’s a wrapSort: