summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-08-25 13:34:50 +0100
committerErik Johnston <erik@matrix.org>2015-08-25 13:34:50 +0100
commitd9088c923f32fe1d2b6027320bb8fd5e46e1a428 (patch)
tree946d9823714d180ab1e015d8ae8349e85a02d808 /synapse/python_dependencies.py
parentAllow specifying a directory to host a web client from (diff)
downloadsynapse-d9088c923f32fe1d2b6027320bb8fd5e46e1a428.tar.xz
Remove dependency on matrix-angular-sdk
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r--synapse/python_dependencies.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index fa06480ad1..61a362bb18 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -34,11 +34,7 @@ REQUIREMENTS = {
     "blist": ["blist"],
     "pysaml2": ["saml2"],
 }
-CONDITIONAL_REQUIREMENTS = {
-    "web_client": {
-        "matrix_angular_sdk>=0.6.6": ["syweb>=0.6.6"],
-    }
-}
+CONDITIONAL_REQUIREMENTS = {}
 
 
 def requirements(config=None, include_conditional=False):