summaryrefslogtreecommitdiff
path: root/docs/deployment.rst
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2020-12-31 19:00:29 +0100
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 19:09:59 +0100
commitf8fc2c122b562f07dcc90b37cc6e01cec2b4cc92 (patch)
tree4039e981b2033d3921b6e25d74070d4680b84c6b /docs/deployment.rst
parentf796498aaaaf2bc110efd494d4036d48999b1a61 (diff)
downloadbottle-f8fc2c122b562f07dcc90b37cc6e01cec2b4cc92.tar.gz
Drop fapws3 and Python 3.5 support.
fapws3 is unmaintained for 3 years and breaks tests. Python 3.5 is end-of-life.
Diffstat (limited to 'docs/deployment.rst')
-rw-r--r--docs/deployment.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index 26bb1d6..c4da4b6 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -4,7 +4,6 @@
.. _cherrypy: http://www.cherrypy.org/
.. _paste: http://pythonpaste.org/
.. _gunicorn: http://pypi.python.org/pypi/gunicorn
-.. _fapws3: http://www.fapws.org/
.. _tornado: http://www.tornadoweb.org/
.. _twisted: http://twistedmatrix.com/
.. _diesel: http://dieselweb.org/
@@ -72,7 +71,6 @@ gunicorn gunicorn_ Pre-forked, partly written in C
eventlet eventlet_ Asynchronous framework with WSGI support.
gevent gevent_ Asynchronous (greenlets)
diesel diesel_ Asynchronous (greenlets)
-fapws3 fapws3_ Asynchronous (network side only), written in C
tornado tornado_ Asynchronous, powers some parts of Facebook
twisted twisted_ Asynchronous, well tested but... twisted
meinheld meinheld_ Asynchronous, partly written in C