summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-02-10 16:27:01 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-02-10 16:27:12 +0000
commitb3ecb96e368ae237bddc67963742159fcfe3114b (patch)
tree425d743cfe07b5e2e3e02a667caeecbae6bdf644 /synapse
parenttypoe (diff)
downloadsynapse-b3ecb96e368ae237bddc67963742159fcfe3114b.tar.xz
try to bump syweb to 0.6.8
Diffstat (limited to 'synapse')
-rw-r--r--synapse/python_dependencies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index e95316720e..797283e70c 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -39,7 +39,7 @@ REQUIREMENTS = {
 }
 CONDITIONAL_REQUIREMENTS = {
     "web_client": {
-        "matrix_angular_sdk>=0.6.6": ["syweb>=0.6.6"],
+        "matrix_angular_sdk>=0.6.8": ["syweb>=0.6.8"],
     }
 }