summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-06-05 13:02:46 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-06-05 13:02:46 +0100
commit354d749ae1d94603061a252d9e398c6483d8e86e (patch)
tree6dcf7f30dd7299343516c2f8976f7523d906657f
parentUpdate db (diff)
downloadsynapse-354d749ae1d94603061a252d9e398c6483d8e86e.tar.xz
mark jinja2 and bleach as required dependencies
-rw-r--r--synapse/python_dependencies.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index f64baa4d58..61ca378dc1 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -74,10 +74,11 @@ REQUIREMENTS = [
     "attrs>=17.4.0",
 
     "netaddr>=0.7.18",
+    "Jinja2>=2.9",
+    "bleach>=1.4.2",
 ]
 
 CONDITIONAL_REQUIREMENTS = {
-    "email.enable_notifs": ["Jinja2>=2.9", "bleach>=1.4.2"],
     "matrix-synapse-ldap3": ["matrix-synapse-ldap3>=0.1"],
 
     # we use execute_batch, which arrived in psycopg 2.7.