From 3f3450660f5f7118ac0583de5d137120c1ae4abd Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sun, 2 Mar 2014 20:37:27 -0800 Subject: Allow the usage of mako templates Mako is a python 2.6->3.x compatible templating engine, allow its optional usage (until we can depricate cheetah) by allowing for specifying a template file header that can define which template engine to use. For now support cheetah (the default) and if specified support mako as well. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index fdcbd143..2b010075 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # Used for untemplating any files or strings with parameters. cheetah +mako # This is used for any pretty printing of tabular data. PrettyTable -- cgit v1.2.1