From d1bbb7af74a119c7b8608c0ad164c87c0fff3309 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 17 Aug 2018 12:01:01 -0400 Subject: [PATCH] update required twisted version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 733c2992e..95ff95ce2 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( }, install_requires=[ 'aiohttp', - 'twisted[tls]', + 'twisted[tls]>=18.7.0', 'appdirs', 'distro', 'base58',