summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawouach <sh@defuze.org>2014-05-01 12:50:02 +0200
committerLawouach <sh@defuze.org>2014-05-01 12:50:02 +0200
commit3f73602a7c0661008b9491166f26fa00ac6d4b89 (patch)
treea4dd8b11723bd53a8c3e5ddc55022ed1db21c314
parenta9026c8b234d10427380df804ace35d4eda384c6 (diff)
downloadcherrypy-3f73602a7c0661008b9491166f26fa00ac6d4b89.tar.gz
pyopenssl dependency
-rw-r--r--sphinx/source/install.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/source/install.rst b/sphinx/source/install.rst
index 05cbed14..c12bc992 100644
--- a/sphinx/source/install.rst
+++ b/sphinx/source/install.rst
@@ -20,6 +20,7 @@ will require you install certain packages.
- `pywin32 <http://sourceforge.net/projects/pywin32/>`_ for Windows services
- `python-memcached <https://github.com/linsomniac/python-memcached>`_ for memcached backend session
- `simplejson <https://github.com/simplejson/simplejson>`_ for a better JSON support
+- `pyOpenSSL <https://github.com/pyca/pyopenssl>`_ if your Python environment does not have the builtin :mod:`ssl` module
Supported python version
########################