diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-12 10:49:07 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-12 10:49:07 +0000 |
commit | a566ed2f0ea09b4a1874f2bf4b1014e05a308e8b (patch) | |
tree | 825ecb10ac1a72ac69959fc79702f9a79e38a63a /synapse/python_dependencies.py | |
parent | Use consistent style of heading (diff) | |
download | synapse-a566ed2f0ea09b4a1874f2bf4b1014e05a308e8b.tar.xz |
Bump webclient version
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index e099a42b5f..ec78fc3627 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -5,7 +5,7 @@ logger = logging.getLogger(__name__) REQUIREMENTS = { "syutil>=0.0.3": ["syutil"], - "matrix_angular_sdk>=0.6.1": ["syweb>=0.6.1"], + "matrix_angular_sdk>=0.6.2": ["syweb>=0.6.2"], "Twisted==14.0.2": ["twisted==14.0.2"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], @@ -31,8 +31,8 @@ DEPENDENCY_LINKS = [ ), github_link( project="matrix-org/matrix-angular-sdk", - version="v0.6.1", - egg="matrix_angular_sdk-0.6.1", + version="v0.6.2", + egg="matrix_angular_sdk-0.6.2", ), github_link( project="pyca/pynacl", |