Re: [Distutils] pip freeze not reporting pip or wsgiref

2015-06-22 Thread Jeremy Stanley
On 2015-06-22 12:20:19 +0100 (+0100), Chris Withers wrote: A couple of buglets I've noticed while using picky in anger: 1. pip freeze doesn't include a line for pip itself, why is that? [...] You might want `pip list` for this instead. The old freeze behavior omits common packages like pip

Re: [Distutils] pip freeze not reporting pip or wsgiref

2015-06-22 Thread Chris Jerdonek
On Mon, Jun 22, 2015 at 4:20 AM, Chris Withers ch...@simplistix.co.uk wrote: Hi All, A couple of buglets I've noticed while using picky in anger: 1. pip freeze doesn't include a line for pip itself, why is that? 2. pip freeze doesn't include packages provided by the standard libary (ie:

[Distutils] picky 0.8 released!

2015-06-22 Thread Chris Withers
Hi All, I'm please to announce the first release of picky, a tool for checking versions of packages used pip are as specified in their requirements files. I wrote this tool because it's all too easy to have a requirements.txt file for you project that you think covers all the resources

[Distutils] pip freeze not reporting pip or wsgiref

2015-06-22 Thread Chris Withers
Hi All, A couple of buglets I've noticed while using picky in anger: 1. pip freeze doesn't include a line for pip itself, why is that? 2. pip freeze doesn't include packages provided by the standard libary (ie: wsgiref), even if they're explicitly specified in requirements.txt. What's the

Re: [Distutils] pip freeze not reporting pip or wsgiref

2015-06-22 Thread Chris Withers
On 22/06/2015 17:30, Jeremy Stanley wrote: On 2015-06-22 12:20:19 +0100 (+0100), Chris Withers wrote: A couple of buglets I've noticed while using picky in anger: 1. pip freeze doesn't include a line for pip itself, why is that? [...] You might want `pip list` for this instead. The old