diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-04-29 14:16:41 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-04-29 14:16:41 +0100 |
commit | c0036ced54b08aa36d05c45e34f3bb23a67ab756 (patch) | |
tree | eb66ffc7a2b519fc5e16850e8bbe8e09a3b76ac2 /synapse/python_dependencies.py | |
parent | We can't use REPLACE when upgrading databases now we have postgres (diff) | |
download | synapse-c0036ced54b08aa36d05c45e34f3bb23a67ab756.tar.xz |
bump syutil to 0.0.6
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 8b457419cf..df4b8f7f94 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.5": ["syutil"], + "syutil>=0.0.6": ["syutil>=0.0.6"], "Twisted==14.0.2": ["twisted==14.0.2"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], @@ -57,8 +57,8 @@ DEPENDENCY_LINKS = [ ), github_link( project="matrix-org/syutil", - version="v0.0.5", - egg="syutil-0.0.5", + version="v0.0.6", + egg="syutil-0.0.6", ), github_link( project="matrix-org/matrix-angular-sdk", |