From b722b246be0663415951cde486332b04a6ebeb38 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 18 Jul 2018 13:56:12 -0700 Subject: Drop all use of twisted! This moves the actual event loop to be the default asyncio eventloop instead of the twisted reactor. --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index bb918599..6826606f 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,6 @@ setup( 'notmuch>=0.26', 'urwid>=1.3.0', 'urwidtrees>=1.0', - 'twisted>=10.2.0', 'python-magic', 'configobj>=4.7.0', 'gpg' -- cgit v1.2.3