summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-01-30 11:13:42 +0000
committerDavid Baker <dave@matrix.org>2015-01-30 11:13:42 +0000
commitbd03947c05f23e4adb6ce1a745d725a106fed66c (patch)
tree6e32428a9d6886978069a5366c7c2fe7bee2a393 /synapse/python_dependencies.py
parentInclude content in notification pokes (diff)
downloadsynapse-bd03947c05f23e4adb6ce1a745d725a106fed66c.tar.xz
We do need Twisted 14, not 15: we use internal Twisted things that have been removed in 15.
Diffstat (limited to 'synapse/python_dependencies.py')
-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 4182ad990f..826a36f203 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.2": ["twisted==14.0.2"],
     "service_identity>=1.0.0": ["service_identity>=1.0.0"],
     "pyopenssl>=0.14": ["OpenSSL>=0.14"],
     "pyyaml": ["yaml"],