summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 1909fee0..bb918599 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
['alot = alot.__main__:main'],
},
install_requires=[
- 'notmuch>=0.13',
+ 'notmuch>=0.26',
'urwid>=1.3.0',
'urwidtrees>=1.0',
'twisted>=10.2.0',