summaryrefslogtreecommitdiff
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
parentd13f9bf47480f29a29d24c8a4e92573aa290bea5 (diff)
update urwid dependency
cf issue #576
-rw-r--r--docs/source/installation.rst2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index b8ecd642..cfd146a5 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -11,7 +11,7 @@ A full list of dependencies is below:
* `configobj <http://www.voidspace.org.uk/python/configobj.html>`_, ≥ `4.6.0`:
* `twisted <http://twistedmatrix.com/trac/>`_, ≥ `10.2.0`:
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.12`.
-* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.0`
+* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.1.0`
* `PyGPGME <https://launchpad.net/pygpgme>`_
On debian/ubuntu these are packaged as::
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)',