<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-01-14 21:24 GMT-08:00 Mathieu TORTUYAUX <span dir="ltr"><<a href="mailto:mathieu.tortuyaux@gmail.com" target="_blank">mathieu.tortuyaux@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello everyone, </div><div><br></div><div>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. </div></div></blockquote><div>pip already supports something like this: `pip list --outdated` will print out installed packages for which a more recent version is available. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>And each time Python project is run developer will be aware if dependancies are up to date.</div><div><br></div><div><br></div><div>I think isn't the first time that this idea is submitted. So I am looking forward your feedbacks ! </div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Mathieu Tortuyaux</div></font></span></div>
<br>
<br>______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/<wbr>mailman/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/<wbr>codeofconduct/</a><br></blockquote></div><br></div></div>