summaryrefslogtreecommitdiff
path: root/docs/source/installation.rst
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-18 14:07:11 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:54 -0700
commit44ca6baf3cfe43abc23e7b6a317b40b92c60e06d (patch)
treee2a65abe10320f8f78b622a170f2f93078f94a11 /docs/source/installation.rst
parentaed160d035456fc0945a92e8db9b13eca2ad387e (diff)
docs: Remove references to twisted
Except for an FAQ entry about it.
Diffstat (limited to 'docs/source/installation.rst')
-rw-r--r--docs/source/installation.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 2d3fe44c..f5184f47 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -9,7 +9,6 @@ A full list of dependencies is below:
* `libmagic and python bindings <http://darwinsys.com/file/>`_, ≥ `5.04`
* `configobj <http://www.voidspace.org.uk/python/configobj.html>`_, ≥ `4.7.0`
-* `twisted <http://twistedmatrix.com/trac/>`_, ≥ `10.2.0`:
* `libnotmuch <http://notmuchmail.org/>`_ and it's python bindings, ≥ `0.13`
* `urwid <http://excess.org/urwid/>`_ toolkit, ≥ `1.3.0`
* `urwidtrees <https://github.com/pazz/urwidtrees>`_, ≥ `1.0`
@@ -26,11 +25,11 @@ A full list of dependencies is below:
On debian/ubuntu the rest are packaged as::
- python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid python-gpg
+ python-setuptools python-magic python-configobj python-notmuch python-urwid python-gpg
On fedora/redhat these are packaged as::
- python-setuptools python-magic python-configobj python-twisted python-notmuch python-urwid python-gpg
+ python-setuptools python-magic python-configobj python-notmuch python-urwid python-gpg
Alot uses `mailcap <http://en.wikipedia.org/wiki/Mailcap>`_ to look up mime-handler for inline
rendering and opening of attachments. For a full description of the maicap protocol consider the