summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-04-21 19:19:07 +0100
committerDavid Baker <dave@matrix.org>2016-04-21 19:19:07 +0100
commitc10ed26c303741fe0e43f11e2fbeeb148f466b17 (patch)
treebdd406d8db391cf0f2182a65666971d39953f3e0 /synapse/python_dependencies.py
parentGenerate mails from a template (diff)
downloadsynapse-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.py2
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"],
     },
 }