On Sun, Jul 24, 2016 at 1:50 PM, Chris Angelico <ros...@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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to