Skip to content

python pips

Managing requirements.txt can be painful when you have packages previously compiled and then you have packages that contains latest release versions, without having to constantly update or tracking differing package releases in your requirements.txt file.

Some useful python modules I've learned to use to manage these sort of package idiosyncracies are pipreqs and pip-tools.