summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-18 13:56:12 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:54 -0700
commitb722b246be0663415951cde486332b04a6ebeb38 (patch)
tree8546165ed6c5ad2ba1a32697d78f419a08e57483 /setup.py
parentd5b96fd2d39aebce0f8ca22c37aa5a3830e1d643 (diff)
Drop all use of twisted!
This moves the actual event loop to be the default asyncio eventloop instead of the twisted reactor.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
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'