# Utilities that can be very useful for Django application development

# Indirect dependencies to pin for consistency

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

# readme_renderer -> bleach
html5lib==0.9999999

# readme_renderer
bleach==1.4.2

# readme_renderer, sbo-sphinx -> Sphinx
docutils==0.12
Pygments==2.1.3

# sbo-sphinx -> Sphinx -> Babel
pytz==2016.3

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

# sbo-sphinx -> 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
Sphinx==1.4

# 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
