summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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'],
)