From bc338f7c10d2776fb218c3a8033cf928d8ea0ce4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 26 Oct 2010 01:10:31 -0400 Subject: add dependency on mako and configure in mako templating by default --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index ceac5f9b2..44fc10058 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ except IOError: install_requires=[ 'Chameleon >= 1.2.3', + 'Mako', 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-( 'PasteDeploy', 'PasteScript', -- cgit v1.2.3