2017-01-14 21:24 GMT-08:00 Mathieu TORTUYAUX <[email protected]>:
> Hello everyone, > > I'm used to work with python and contribute to open-source projects. And > now, many projects need to run with dependancies. So I wondering, if it > could be a good idea to integrate a sniffer into Python to detecte if > project's dependancies are up to date. > pip already supports something like this: `pip list --outdated` will print out installed packages for which a more recent version is available. > And each time Python project is run developer will be aware if > dependancies are up to date. > > > I think isn't the first time that this idea is submitted. So I am looking > forward your feedbacks ! > > Mathieu Tortuyaux > > > _______________________________________________ > Python-ideas mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-ideas > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
