summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2019-09-26 11:03:25 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-02 16:51:55 +0000
commitbbb96525c08f0c6ee9fc93e0dd0ccb3abfd1dca8 (patch)
tree5cab4ccf8538d4180840620710fdea5408288f9b /setup.py
parent39506c4209124f923aac49bd7065082832d017ad (diff)
Bump twisted to >= 18.4.0 fix #1420
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bed8e322..5e95cd3e 100755
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ setup(
'notmuch>=0.27',
'urwid>=1.3.0',
'urwidtrees>=1.0',
- 'twisted>=10.2.0',
+ 'twisted>=18.4.0',
'python-magic',
'configobj>=4.7.0',
'gpg'