summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-02-09 16:48:09 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-02-09 16:48:09 +0000
commitbd2373277de8fd571d8eb0af38b107065e567a02 (patch)
tree538ace486d68c5aba258930eca18f0794a5c0818
parentonly do word-boundary patches on bodies for now (diff)
downloadsynapse-bd2373277de8fd571d8eb0af38b107065e567a02.tar.xz
oops
-rw-r--r--synapse/python_dependencies.py2
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"],