On Oct 17, 2006, at 5:05 PM, Sergey Lipnevich wrote: > Oh, that's not an option I believe: Myghty is used for application > session management and probably other stuff not directly related to > templating.
The session stuff comes from Beaker, which uses MyghtyUtils (the functionality in Myghty that handles caching and sessions). It's not really an option to have Pylons not require Myghty, since I want to include a Python-like default, and setuptools doesn't appear to have a way to negate install requirements (ie, you can't ask for Pylons [minimal] to get a minimal version instead of the one with Myghty). I'll ask about maybe getting this ability to setuptools though, then for those not using Myghty that want to cut a package dependency here and there, an option exists. :) Cheers, Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
