# Core dependencies common to all Python interpreters

# Python packaging utilities
setuptools==15.0

# Package manager, also used to parse this file in setup.py
pip==6.1.1

# Indirect dependencies first, exact versions for consistency

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

# readme -> bleach
html5lib==0.9999

# readme
bleach==1.4.1

# readme, Sphinx
docutils==0.12
Pygments==2.0.2

# Sphinx -> Babel
pytz==2015.2

# Sphinx -> Jinja2
MarkupSafe==0.23

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

# Sphinx
Babel==1.3
Jinja2==2.7.3
snowballstemmer==1.2.0

# And now the direct dependencies

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

# Documentation generator
Sphinx==1.3.1

# Sphinx themes (circular dependencies of Sphinx)
alabaster==0.7.3
sphinx_rtd_theme==0.1.7
