diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-06-10 15:55:12 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-06-10 15:55:12 +0100 |
commit | d11c634ced532ed5ecdbefb45f0b5ae5cb2f9826 (patch) | |
tree | beb97451a91c5f806fae7f9721d3f4e466d6bdf6 /synapse/python_dependencies.py | |
parent | Share an SSL context object between SSL connections (diff) | |
download | synapse-d11c634ced532ed5ecdbefb45f0b5ae5cb2f9826.tar.xz |
clean up impl, and import idna directly
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index c78f2cb15e..db09ff285f 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -44,6 +44,7 @@ REQUIREMENTS = [ "canonicaljson>=1.1.3", "signedjson>=1.0.0", "pynacl>=1.2.1", + "idna>=2", "service_identity>=16.0.0", # our logcontext handling relies on the ability to cancel inlineCallbacks |