diff options
author | David Baker <dave@matrix.org> | 2016-04-21 19:19:07 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-04-21 19:19:07 +0100 |
commit | c10ed26c303741fe0e43f11e2fbeeb148f466b17 (patch) | |
tree | bdd406d8db391cf0f2182a65666971d39953f3e0 /synapse/python_dependencies.py | |
parent | Generate mails from a template (diff) | |
download | synapse-c10ed26c303741fe0e43f11e2fbeeb148f466b17.tar.xz |
Flesh out email templating
Mostly WIP porting the room name calculation logic from the web client so our room names in the email mirror the clients.
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index a065c78b4d..16524dbdcd 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -46,7 +46,7 @@ CONDITIONAL_REQUIREMENTS = { "netaddr>=0.7.18": ["netaddr"], }, "email.enable_notifs": { - "Jinja2": ["Jinja2"], + "Jinja2>=2.8": ["Jinja2>=2.8"], }, } |