summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-11 17:15:16 +0000
committerErik Johnston <erik@matrix.org>2015-02-11 17:15:16 +0000
commitaf89456c3c6a0dbc871c2c535840c5f95c33df32 (patch)
treeb80b59d901a877842f857aaf35700cf036076bdf /synapse
parentMerge pull request #61 from matrix-org/timeout-federation-requests (diff)
downloadsynapse-af89456c3c6a0dbc871c2c535840c5f95c33df32.tar.xz
Update dependency links
Diffstat (limited to 'synapse')
-rw-r--r--synapse/python_dependencies.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py

index 8164effeee..e099a42b5f 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py
@@ -26,8 +26,8 @@ def github_link(project, version, egg): DEPENDENCY_LINKS = [ github_link( project="matrix-org/syutil", - version="v0.0.2", - egg="syutil-0.0.2", + version="v0.0.3", + egg="syutil-0.0.3", ), github_link( project="matrix-org/matrix-angular-sdk",