diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-02-09 16:48:09 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-02-09 16:48:09 +0000 |
commit | bd2373277de8fd571d8eb0af38b107065e567a02 (patch) | |
tree | 538ace486d68c5aba258930eca18f0794a5c0818 /synapse/python_dependencies.py | |
parent | only do word-boundary patches on bodies for now (diff) | |
download | synapse-bd2373277de8fd571d8eb0af38b107065e567a02.tar.xz |
oops
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index f429d1beda..44d1a0404d 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -6,7 +6,7 @@ logger = logging.getLogger(__name__) REQUIREMENTS = { "syutil==0.0.2": ["syutil"], "matrix_angular_sdk==0.6.0": ["syweb>=0.6.0"], - "Twisted==14.0.0": ["twisted==14.0.0"], + "Twisted==14.0.0": ["twisted==14.0.2"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], "pyyaml": ["yaml"], |