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 f7f85b02..81207a0d 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name='alot',
]},
scripts=['bin/alot'],
requires=[
- 'notmuch (>=0.9)',
+ 'notmuch (>=0.12)',
'argparse (>=2.7)',
'urwid (>=1.0)',
'twisted (>=10.2.0)',