From 882aa45287e8ec3c5054abda2e9855f71b0c2dc3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 30 Jan 2013 07:46:53 +0100 Subject: Updated list of required Python packages. --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index e2f19a70..3221ee7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -48,6 +48,7 @@ Optional module These modules are not required but enables more features: +* guess_language_ and PyEnchant_ for the language detection; * lxml and Genshi; * Python Imaging Library for the generation of QR codes. @@ -210,4 +211,6 @@ Contact .. _CherryPy: http://cherrypy.org/ .. _Mako: http://www.makotemplates.org/ .. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/ +.. _guess_language: https://bitbucket.org/spirit/guess_language/ +.. _PyEnchant: http://pypi.python.org/pypi/pyenchant .. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt -- cgit