From 1bb6db0ed38a09660906b38e3fb932fd6c879d35 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 12 Apr 2011 20:37:53 -0400 Subject: LeafyDialog in full effect. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0dfd5f4..7b37a96 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,9 @@ requires = [ 'WebError', "formencode", "tw2.jit>=0.2.8b23", + "tw2.jqplugins.ui", "kitchen", + "docutils", ] if sys.version_info[:3] < (2,5,0): -- cgit