summary refs log tree commit diff
path: root/synapse/python_dependencies.py
diff options
context:
space:
mode:
authorMark Haines <mjark@negativecurvature.net>2015-08-12 17:28:47 +0100
committerMark Haines <mjark@negativecurvature.net>2015-08-12 17:28:47 +0100
commit6a191d62ed44e40746155195e532536b49fd8a68 (patch)
tree3ca18464378578477396109a735052aacaf081d7 /synapse/python_dependencies.py
parentMerge pull request #223 from matrix-org/markjh/enable_demo_registration (diff)
parentDepend on Twisted>=15.1 rather than pining to a particular version (diff)
downloadsynapse-6a191d62ed44e40746155195e532536b49fd8a68.tar.xz
Merge pull request #173 from matrix-org/markjh/twisted-15
Update to Twisted-15.2.1.
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 115bee8c41..fa06480ad1 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -19,7 +19,7 @@ logger = logging.getLogger(__name__)
 
 REQUIREMENTS = {
     "syutil>=0.0.7": ["syutil>=0.0.7"],
-    "Twisted==14.0.2": ["twisted==14.0.2"],
+    "Twisted>=15.1.0": ["twisted>=15.1.0"],
     "service_identity>=1.0.0": ["service_identity>=1.0.0"],
     "pyopenssl>=0.14": ["OpenSSL>=0.14"],
     "pyyaml": ["yaml"],