From da0344218c42f0575fdb6fefe4e3fad8908fed1f Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 9 Nov 2012 19:07:04 +0100 Subject: Updated list of required Python modules (for Python 3.2.3). --- docs/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 03e9d682..680049da 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,11 +37,11 @@ Requierements Software required ````````````````` -* Python_ 3.2.*; -* MongoDB_ and PyMongo_; -* feedparser_; -* CherryPy_ (version 3 and up); -* BeautifulSoup4_. +* Python_ >= 3.2.3; +* MongoDB_ and PyMongo_ >= 1.9; +* feedparser_ >= 5.1.2 (for **feedgetter.py**, the RSS feed parser); +* CherryPy_ >= 3.2.2 (for **pyAggr3g470r.py**, the Web interface); +* BeautifulSoup_ >= 4.1.3 (automatically find a feed in a HTML page). Optional module @@ -146,5 +146,5 @@ Contact .. _MongoDB: http://www.mongodb.org/ .. _PyMongo: https://github.com/mongodb/mongo-python-driver .. _CherryPy: http://cherrypy.org/ -.. _BeautifulSoup4: http://www.crummy.com/software/BeautifulSoup/ +.. _BeautifulSoup: http://www.crummy.com/software/BeautifulSoup/ .. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt -- cgit