summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-02-09 16:48:31 +0000
committerMatthew Hodgson <matthew@matrix.org>2015-02-09 16:48:31 +0000
commit0b725f5c4f8f0550205c09bbdc775f6ad613a1fd (patch)
tree97df0463cfed5ecb889ef0e3c1c5e4acfeca77d5 /synapse/python_dependencies.py
parentoops (diff)
downloadsynapse-0b725f5c4f8f0550205c09bbdc775f6ad613a1fd.tar.xz
oops
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 44d1a0404d..a89d618606 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.2"],
+    "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"],