# Utilities that can be very useful for Django application development

# Indirect dependencies to pin for consistency

# readme -> bleach -> html5lib, sbo-sphinx -> Sphinx
six==1.9.0

# readme -> bleach
html5lib==0.99999

# readme
bleach==1.4.1

# readme, sbo-sphinx -> Sphinx
docutils==0.12
Pygments==2.0.2

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

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

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

# sbo-sphinx-> Sphinx
Babel==1.3
Jinja2==2.7.3
snowballstemmer==1.2.0

# sbo-sphinx
Sphinx==1.3.1

# Sphinx themes (circular dependencies of Sphinx)
alabaster==0.7.6
sphinx_rtd_theme==0.1.8

# Direct dependencies

# The README parser used by PyPI, used to validate README.rst
readme==0.5.1

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