[Distutils] picky 0.8 released!

Chris Withers chris at simplistix.co.uk
Mon Jun 22 12:50:49 CEST 2015


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 you're 
using, only to find you've been dragging in extra packages unknowingly, 
and you now have different versions of those in development and 
production, causing lots of debugging misery!

Using picky is as easy as:

$ pip install picky
$ echo 'picky==0.8' >> requirements.txt
$ picky

If you want to update your requirements.txt based on your current 
environment:

$ picky --update

Full docs are at http://picky.readthedocs.org/en/latest/.

Source control and issue trackers are at 
https://github.com/Simplistix/picky. <https://github.com/Simplistix/picky>

Any problems, please ask here or mail me direct!

cheers,

Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20150622/f15da8cc/attachment.html>


More information about the Distutils-SIG mailing list