On Thu, Sep 12, 2013 at 6:16 PM, Aditya Laghate <adi...@thinrhino.net.in>wrote:

> On Thu, Sep 12, 2013 at 05:50:27PM +0530, Vineet Naik wrote:
> > I always pin requirements. Here is a related article on the topic -
> > http://nvie.com/posts/pin-your-packages/
>
> Interesting blog link.
>
> I did like the idea of using '==' instead of '>='


IMHO, it's (almost) always a good idea to pin to specific version, i.e. ==
However, contrary to the advice in the post, pessimistic versioning (Foo >=
1.0 <2.0) is a good idea if you know for sure that Foo adheres to semantic
versioning <http://semver.org/>.

Just saying...
- d
_______________________________________________
BangPypers mailing list
BangPypers@python.org
https://mail.python.org/mailman/listinfo/bangpypers

Reply via email to