collective / mr.bob

Mister Bob (the builder) is filesystem template renderer
http://mrbob.readthedocs.org/en/latest/
Other
69 stars 30 forks source link

Setup extras so Jinja2 isn't a hard dependency #72

Open sontek opened 9 years ago

sontek commented 9 years ago

Since Jinja2 is an optional dependency it would be nice if it wasn't forced to be installed. I want to ship mr.bob with a library I'm creating but I use Mako instead of Jinja2

glenfant commented 8 years ago

This will require changes in setup.py (and perhaps others) to existing mr.bob based templates (bobtemplates.plone, etc.) that provide the default Jinja2 templates :-1: