diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-11 17:15:16 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-11 17:15:16 +0000 |
commit | af89456c3c6a0dbc871c2c535840c5f95c33df32 (patch) | |
tree | b80b59d901a877842f857aaf35700cf036076bdf /synapse/python_dependencies.py | |
parent | Merge pull request #61 from matrix-org/timeout-federation-requests (diff) | |
download | synapse-af89456c3c6a0dbc871c2c535840c5f95c33df32.tar.xz |
Update dependency links
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 4 |
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", |