From 0821a0fc7c984411bdcc8d572b571184a1b09402 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 8 Dec 2015 21:53:51 +0100 Subject: A dedicated repository for the documentation has been created. --- documentation/requirements.rst | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 documentation/requirements.rst (limited to 'documentation/requirements.rst') diff --git a/documentation/requirements.rst b/documentation/requirements.rst deleted file mode 100644 index a3630144..00000000 --- a/documentation/requirements.rst +++ /dev/null @@ -1,16 +0,0 @@ -Requirements -============ - -The complete list of required Python modules is in the file -``requirements.txt``. - -The core technologies used are: - -* `Flask `_ for the web backend; -* `asyncio `_ for the crawler; -* `SQLAlchemy `_ for the data base. - -Python 3.4 is highly recommended, especially for the feed crawler. -The web server is working with Python 2.7 and Python 3. - -It is possible to connect your own crawler to the RESTful API. -- cgit