[Distutils] Proposal: "Install and save"

Chris Angelico rosuav at gmail.com
Sat Jul 23 23:54:54 EDT 2016


On Sun, Jul 24, 2016 at 1:50 PM, Chris Angelico <rosuav at gmail.com> wrote:
> then requirements.txt would look like
> the output of 'pip freeze' but only for the packages listed in
> requirements.in?

Oops, should have read the readme first. It's listing the dependencies
of those packages, too. Which is not a problem; the main issue I have
with 'pip freeze' is that it often picks up standard library modules
like argparse and wsgiref, which then cause installation issues.

ChrisA


More information about the Distutils-SIG mailing list