This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Description
I've been researching a bit of #60 and I've found pipsi, which seems to be a good option to reccomend for python packages you want to be updated by topgrade.
It puts each cli program into their own virtualenv so that it doesn't mess with the global pip dependencies.
Idk whether it supports a pipsi update all packages
command, but it seems worth looking into.