# Core dependencies common to all Python interpreters

# Python packaging utilities
setuptools==18.3.2

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

# Indirect dependencies first, exact versions for consistency

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

# readme -> bleach
html5lib==0.9999999

# readme
bleach==1.4.2

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

# Sphinx -> Babel
pytz==2015.6

# Sphinx -> Jinja2
MarkupSafe==0.23

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

# Sphinx
Babel==2.0
Jinja2==2.8
snowballstemmer==1.2.0

# And now the direct dependencies

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

# A docutils extension to support parsing CommonMark-flavored Markdown
recommonmark==0.2.0

# Documentation generator
Sphinx==1.3.1

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