This post compares ways we can import packages to Python. Our old friend, the pip
and the requirements.txt
duo works fine until it doesn’t, so new packaging tools address the dependency management of package import as well. This post compares pipenv
, pip-tools
and poetry
.
Continue reading “Comparisons of pipenv, pip-tools and poetry”