aboutsummaryrefslogtreecommitdiff
path: root/documentation/requirements.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-08 21:53:51 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-12-08 21:53:51 +0100
commit0821a0fc7c984411bdcc8d572b571184a1b09402 (patch)
tree2970dbbc5c75c2d8435db1d1e8072ceb71cbedb6 /documentation/requirements.rst
parentUpdated README. (diff)
downloadnewspipe-0821a0fc7c984411bdcc8d572b571184a1b09402.tar.gz
newspipe-0821a0fc7c984411bdcc8d572b571184a1b09402.tar.bz2
newspipe-0821a0fc7c984411bdcc8d572b571184a1b09402.zip
A dedicated repository for the documentation has been created.
Diffstat (limited to 'documentation/requirements.rst')
-rw-r--r--documentation/requirements.rst16
1 files changed, 0 insertions, 16 deletions
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 <http://flask.pocoo.org>`_ for the web backend;
-* `asyncio <https://www.python.org/dev/peps/pep-3156/>`_ for the crawler;
-* `SQLAlchemy <http://www.sqlalchemy.org>`_ 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.
bgstack15