summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-12-11 13:18:48 +0000
committerRichard van der Hoff <richard@matrix.org>2018-12-11 13:20:33 +0000
commitdf96177ca7f6f646baf96e779e0bf0ef38cc5168 (patch)
treeea95050311e1aeb54f781742c3e67f7caeb84119 /synapse/python_dependencies.py
parentMerge pull request #4260 from matrix-org/rav/python3 (diff)
downloadsynapse-df96177ca7f6f646baf96e779e0bf0ef38cc5168.tar.xz
Stop installing Matrix Console by default
This is based on the work done by @krombel in #2601.
Diffstat (limited to '')
-rw-r--r--synapse/python_dependencies.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index ca62ee7637..92422c6ffc 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -69,9 +69,6 @@ REQUIREMENTS = {
 }
 
 CONDITIONAL_REQUIREMENTS = {
-    "web_client": {
-        "matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
-    },
     "email.enable_notifs": {
         "Jinja2>=2.8": ["Jinja2>=2.8"],
         "bleach>=1.4.2": ["bleach>=1.4.2"],