On 25 Dec 2005 07:44:48 -0200, Jorge Godoy <[EMAIL PROTECTED]> wrote: > > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > > Please consider at least keep json-py for this purpose. Well, it is not > > a big deal as adding it on top of TurboGears is not difficult anyway. > > Should json-py become a dependency for installing TG even if nothing on it > requires incoming JSON? I believe it would be best to _add_ json-py later if > your application needs it, keeping the requirements "real" for what the > framework needs... (I also use something like you do...)
Yeah, it doesn't really make sense to include a dependency that doesn't get used. If there's no code in TurboGears to support doing something, there would still need to be documentation to tell users how to do that thing. And, if you're writing docs for it, you might as well add a line at the beginning that says "easy_install json-py" :) (But, in this case, Jeff was using json-py in core code and Bob has completely shortcircuited the need for json-py as is). Kevin

