summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-12-11 16:24:15 +0100
committerGitHub <noreply@github.com>2018-12-11 16:24:15 +0100
commit188945713edf698b20fe54ad2aa9b676765989be (patch)
tree93d81fd6e18b352793cba1060c62c82fe6cd1a7c /synapse/python_dependencies.py
parentMerge pull request #4289 from matrix-org/rav/welcome_page (diff)
parentStop installing Matrix Console by default (diff)
downloadsynapse-188945713edf698b20fe54ad2aa9b676765989be.tar.xz
Merge pull request #4290 from matrix-org/rav/remove_webclient
Stop installing Matrix Console by default
Diffstat (limited to 'synapse/python_dependencies.py')
-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"],