diff options
author | Joshua Harlow <harlowja@gmail.com> | 2014-03-02 20:37:27 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2014-03-02 20:37:27 -0800 |
commit | 3f3450660f5f7118ac0583de5d137120c1ae4abd (patch) | |
tree | 3662863b7b845b4a2f476cdd22c108f04d7e91c3 /requirements.txt | |
parent | acfd6c50e4dc3de5e20cfabe6bac1569e43d3ff1 (diff) | |
download | vyos-cloud-init-3f3450660f5f7118ac0583de5d137120c1ae4abd.tar.gz vyos-cloud-init-3f3450660f5f7118ac0583de5d137120c1ae4abd.zip |
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.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |