diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-29 13:08:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-29 13:08:43 +0100 |
commit | 8355b4d0740b49318f66a94b226ea9acb2cf2b38 (patch) | |
tree | 3af9696ad2f57e13f2c876e9a41b7c18f75437f1 | |
parent | Add config option to turn off freezing events. Use new encode_json api and uj... (diff) | |
download | synapse-8355b4d0740b49318f66a94b226ea9acb2cf2b38.tar.xz |
Bump syutil version
-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 27b740d005..f9e59dd917 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -18,7 +18,7 @@ from distutils.version import LooseVersion logger = logging.getLogger(__name__) REQUIREMENTS = { - "syutil>=0.0.6": ["syutil>=0.0.6"], + "syutil>=0.0.7": ["syutil>=0.0.7"], "Twisted==14.0.2": ["twisted==14.0.2"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], @@ -53,8 +53,8 @@ def github_link(project, version, egg): DEPENDENCY_LINKS = [ github_link( project="matrix-org/syutil", - version="v0.0.6", - egg="syutil-0.0.6", + version="v0.0.7", + egg="syutil-0.0.7", ), github_link( project="matrix-org/matrix-angular-sdk", |