diff options
author | Matthew Hodgson <matthew@arasphere.net> | 2016-12-19 23:49:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 23:49:07 +0000 |
commit | a58e4e0d481e3a868a867cf2f2fb2f728ffbb871 (patch) | |
tree | 22b1543f9a40f26d2bdf00ce2d9513ce9b4de33b /synapse/python_dependencies.py | |
parent | Cache network room list queries. (diff) | |
parent | Bump twisted dependency (diff) | |
download | synapse-a58e4e0d481e3a868a867cf2f2fb2f728ffbb871.tar.xz |
Merge pull request #1696 from kyrias/ipv6
IPv6 support
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 3742a25b37..7817b0cd91 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -24,7 +24,7 @@ REQUIREMENTS = { "signedjson>=1.0.0": ["signedjson>=1.0.0"], "pynacl==0.3.0": ["nacl==0.3.0", "nacl.bindings"], "service_identity>=1.0.0": ["service_identity>=1.0.0"], - "Twisted>=15.1.0": ["twisted>=15.1.0"], + "Twisted>=16.0.0": ["twisted>=16.0.0"], "pyopenssl>=0.14": ["OpenSSL>=0.14"], "pyyaml": ["yaml"], "pyasn1": ["pyasn1"], |