My Django application currently depends on quite a few Python and Django libraries and packages.
I was wondering if there is an admin application that allows you to keep track of all the latest updates to packages on PyPi. This would be really convenient as it would allow you to keep an eye on updates which sometimes might be quite crucial i.e. security patches.
Thanks.
You can use pip-review.
https://github.com/nvie/pip-tools
Here’s the description from the site: