summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-17 15:50:17 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-17 15:50:17 +0100
commit38f1381b3909fed7a6ca79341ab9903cbc12b0e4 (patch)
tree4d9af09e6d1cb58e4147d6b90a54f3adb8edfe70 /setup.py
parenta67edc9646f3236b0bab3e21c0a6e45f3b4a4414 (diff)
updated dependency to notmuch v0.13
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 e5dde751..f82565ae 100755
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name='alot',
]},
scripts=['bin/alot'],
requires=[
- 'notmuch (>=0.12)',
+ 'notmuch (>=0.13)',
'argparse (>=2.7)',
'urwid (>=1.0)',
'twisted (>=10.2.0)',