diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-12-11 13:18:48 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-12-11 13:20:33 +0000 |
commit | df96177ca7f6f646baf96e779e0bf0ef38cc5168 (patch) | |
tree | ea95050311e1aeb54f781742c3e67f7caeb84119 /synapse/python_dependencies.py | |
parent | Merge pull request #4260 from matrix-org/rav/python3 (diff) | |
download | synapse-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.py | 3 |
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"], |