[01:41:39] <ErikRose> At the tip of develop, parse_requirements() takes a required keyword, "seesion", but a lot of call sites don't seem to pass it in. What's up?
[01:48:35] <ErikRose> While I have you here, do you know if there's a function in pip that just downloads packages without executing their setup.py files?
[01:48:46] <ErikRose> pip install --download does both.
[01:49:07] <ErikRose> I'm looking at taking apart req_set.prepare_files(), but if I don't have to, then hooray.
[01:49:25] <dstufft> No there is not :/ there's an open ticket to not execute the setup.py if --no-deps is specified