<div><span style="color: rgb(160, 160, 168); ">On Thursday, July 5, 2012 at 12:43 AM, Aaron Meurer wrote:</span></div><blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>I think the cleanest way would be to just have a way to tell pip to</div><div>only install the files that are uploaded to PyPI (alternately, files</div><div>from a direct download link).  In other words, I want to force</div><div>pip/easy_install to *not* do any link scraping.</div></div></div></span></blockquote><div>Sounds like something that honestly belongs in pip.</div><div><br></div><div>Something like ``pip --disable-external``.</div><div><br></div><div>Possibly something like ``pip --only-stable`` or something (if versions can be parsed by PEP 345?).</div>