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 67628890..fbeb79f5 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ setup(
['alot = alot.__main__:main'],
},
install_requires=[
- 'notmuch>=0.27',
+ 'notmuch2>=0.27',
'urwid>=1.3.0',
'twisted>=18.4.0',
'python-magic',