summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKrystian RosiƄski <krystian.rosinski@gmail.com>2017-05-04 08:55:10 +0200
committerGitHub <noreply@github.com>2017-05-04 08:55:10 +0200
commit75ff0cecf254ea899c51b5be981579c19e3e7d31 (patch)
tree2adab1c506add03d5ba5372f154d3010ecfc42fc /docs
parent2f298b38dc752b462a622a239ad8aac6299f7c46 (diff)
downloadcherrypy-git-75ff0cecf254ea899c51b5be981579c19e3e7d31.tar.gz
Fix rst bullet list
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 1f426a41..9e8e454c 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -19,6 +19,7 @@ CherryPy does not have any mandatory requirements. However certain features it c
will require you install certain packages. To simplify installing additional
dependencies CherryPy enables you to specify extras in your requirements (e.g.
``cherrypy[json,routes_dispatcher,ssl]``):
+
- doc -- for documentation related stuff
- json -- for custom `JSON processing library <https://github.com/simplejson/simplejson>`_
- routes_dispatcher -- `routes <http://routes.readthedocs.org/en/latest/>`_ for declarative URL mapping dispatcher