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-19 10:24:26 +0000
committerRichard van der Hoff <richard@matrix.org>2018-12-19 10:24:26 +0000
commit4c238a9a914dd8d8f2c5013d9568d61f122ea792 (patch)
tree91567f9a0b42f89208ca763973ac57242cb73448 /synapse/python_dependencies.py
parentMerge tag 'v0.34.0rc1' into matrix-org-hotfixes (diff)
parentImproved welcome page (#4294) (diff)
downloadsynapse-4c238a9a914dd8d8f2c5013d9568d61f122ea792.tar.xz
Merge remote-tracking branch 'origin/release-v0.34.0' into matrix-org-hotfixes
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"],