From fbf424efad8ee6edd9193032162bee386daec633 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 12 Apr 2011 22:47:34 -0400 Subject: Using new traversal_costs feature of tw2.jit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7b37a96..c89a1d5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ requires = [ 'zope.sqlalchemy', 'WebError', "formencode", - "tw2.jit>=0.2.8b23", + "tw2.jit>=0.2.8b26", "tw2.jqplugins.ui", "kitchen", "docutils", -- cgit