Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add module Mako
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 19, 2015
1 parent 22d6fa6 commit a017f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymyinstall/packaged/packaged_config.py
Expand Up @@ -77,6 +77,7 @@ def small_set():
"six", "pip", purpose="helpers for python 2/3 conversion"),
ModuleInstall("lxml", "wheel", purpose="xml parsers (C++)"),
ModuleInstall("jinja2", "pip", purpose="templating"),
ModuleInstall("Mako", "pip", mname="mako", purpose="templating"),
ModuleInstall(
"pygments", "pip", purpose="syntax highlighting package written in Python"),
ModuleInstall(
Expand Down

0 comments on commit a017f1f

Please sign in to comment.