I'm considering changing TurboGears' install_requires dependencies to be more restrictive. For example, right now the requirement for CherryPy is listed as:
CherryPy >= 2.2.0 I'd like to change that to CherryPy >= 2.2.0,<2.3a My reasoning is that part of the point of TurboGears is to provide a package of things that are known to play nicely together. The existing version requirements doesn't really ensure that. For example, you can install CherryPy 2.2 with TurboGears 0.8.9, but I don't think you'd be happy with the results. Unless someone can point out a flaw in this plan, I'll go ahead and change all of the requirements as above (minor version increments are fine, more major versions are not). Kevin -- Kevin Dangoor TurboGears / Zesty News email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

