summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpatrick <p.totzke@ed.ac.uk>2011-08-10 10:39:12 +0100
committerpatrick <p.totzke@ed.ac.uk>2011-08-10 10:39:12 +0100
commit3eaf31dc3b71a7f215b45e18ec319ca4585706ae (patch)
treeb40c0959c6b6db31ea036b00f74c61cacacb411d /setup.py
parentc5add22c07d0abfc418273f315a0a89072bdc0a5 (diff)
updated keymaps in USAGE
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 29371742..e6991f60 100755
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,6 @@ setup(name = "alot",
packages = ['alot'],
scripts = ['bin/alot'],
license = alot.__copyright__,
- install_requires = ['notmuch>=0.4',
- 'urwid']
+ install_requires = ['notmuch', 'argparse' 'urwid'],
)