[Python-ideas] Python dependancies

Jelle Zijlstra jelle.zijlstra at gmail.com
Sun Jan 15 10:20:27 EST 2017


2017-01-14 21:24 GMT-08:00 Mathieu TORTUYAUX <mathieu.tortuyaux at gmail.com>:

> 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
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170115/93d1bf08/attachment.html>


More information about the Python-ideas mailing list