diff --git a/setup.py b/setup.py index 73b4e03..435bda3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup(name="magic-wormhole", install_requires=[ "spake2==0.7", "pynacl", "six", - "twisted[tls]", + "twisted[tls] >= 17.5.0", # 17.5.0 adds failAfterFailures= "autobahn[twisted] >= 0.14.1", "automat", "hkdf",