summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-03-05 12:17:12 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-03-05 12:17:12 +0000
commit7eb08e722287c36fe31027dfabd11b385763ca51 (patch)
treee3503adbdda08d40774fcbd9f349379d2a824854 /setup.py
parentd13f9bf47480f29a29d24c8a4e92573aa290bea5 (diff)
update urwid dependency
cf issue #576
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 77f5b8a7..177f6352 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(name='alot',
requires=[
'notmuch (>=0.13)',
'argparse (>=2.7)',
- 'urwid (>=1.0)',
+ 'urwid (>=1.1.0)',
'twisted (>=10.2.0)',
'magic',
'configobj (>=4.6.0)',