How to find outdated packages in your Python project
This is something that has intrigued me for awhile and didn't have a good answer to it, until today.
It seems that you can run the following command:
pip list --outdated
in your Python project command-line, and it will show you interesting information.
I did this for my cmd-clui project …