summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-04 13:04:47 -0700
committerGitHub <noreply@github.com>2018-10-04 13:04:47 -0700
commit4a6711865b154152d4978e8316727f4902de3e02 (patch)
tree916a2fc21dae41da78834137dd1d3a4d46df6f90 /setup.py
parent41197b766f5223c1d3f02594c9324b67c14c56ae (diff)
parent40bff8280124c9aea189480a1a8b98d62a5d9fb3 (diff)
Merge pull request #1320 from dcbaker/fix-async-idle
Fix async idle
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9c85a663..6c322404 100755
--- a/setup.py
+++ b/setup.py
@@ -48,6 +48,7 @@ setup(
'notmuch>=0.26',
'urwid>=1.3.0',
'urwidtrees>=1.0',
+ 'twisted>=10.2.0',
'python-magic',
'configobj>=4.7.0',
'gpg'