From 4c02a40d5dcec1fba988aa626da2dd0d9a058abd Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 8 May 2020 17:13:02 +0200 Subject: Switch to the notmuch2 bindings. They are supposed to replace the original notmuch python bindings, providing a safer and more pythonic interface. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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', -- cgit v1.2.3