summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 12:36:16 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-24 22:05:56 +0100
commit31b61bc5868dfab22121a8f7c4a20f3b0778db10 (patch)
treeec51141c70c8da1130ebee572b9ae5e36c869df6 /setup.py
parent0c00693362b8462ea7ce10d0280679a6e5348c13 (diff)
bump dependency
the named-queries feature relies on notmuch >= v0.26
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',