# Utilities that can be very useful for Django application development

# Indirect dependencies to pin for consistency

# readme_renderer -> bleach -> html5lib, Sphinx
six==1.10.0

# readme_renderer -> bleach
html5lib==0.9999999

# readme_renderer
bleach==1.4.2

# readme_renderer, Sphinx
docutils==0.12
Pygments==2.1

# Sphinx -> Babel
pytz==2015.7

# sbo-sphinx -> recommonmark
CommonMark==0.5.4

# sbo-sphinx -> Sphinx -> Jinja2
MarkupSafe==0.23

# Sphinx -> snowballstemmer; optional dependency for better performance
PyStemmer==1.3.0

# sbo-sphinx-> Sphinx
Babel==2.2.0
Jinja2==2.8
snowballstemmer==1.2.1

# sbo-sphinx
recommonmark==0.4.0
Sphinx==1.3.5

# Sphinx themes (circular dependencies of Sphinx)
alabaster==0.7.7
sphinx_rtd_theme==0.1.9

# Direct dependencies

# The README parser used by PyPI, used to validate README.rst
readme_renderer==0.7.0

# Utilities for managing technical documentation
sbo-sphinx==2.2.0

# Optional dependency, must be present for docs to build cleanly
yappi==0.94; platform_python_implementation == 'CPython' and (python_version == '2.7' or python_version > '3.2')
