aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-10-25 18:21:18 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-10-25 18:21:18 +0000
commita679378455d79ee34b3465323fcba438f0afac74 (patch)
treed12dd267eee2bc7c4aaca459d2e60f7ee6a312d6 /setup.py
parentbbba9fedbe68b8ba9cc0e298f5ba8146efc48b8b (diff)
downloadexternal_python_mako-a679378455d79ee34b3465323fcba438f0afac74.tar.gz
external_python_mako-a679378455d79ee34b3465323fcba438f0afac74.tar.bz2
external_python_mako-a679378455d79ee34b3465323fcba438f0afac74.zip
- beaker bump
- added "cache_enabled=True" flag to Template, TemplateLookup. Setting this to False causes cache operations to "pass through" and execute every time; this flag should be integrated in Pylons with its own cache_enabled configuration setting.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fc41632..df456fc 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ SVN version:
scripts=['scripts/mako-render'],
zip_safe=False,
install_requires=[
- 'Beaker==dev,>=1.0.4dev',
+ 'Beaker==dev,>=1.1dev',
],
entry_points="""
[python.templating.engines]