# Core dependencies common to all Python interpreters

# As a public package, version requirements are rather lax
# The currently preferred versions are specified in tests.txt for testing

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

# Documentation generator
Sphinx>=1.2.1

# Read the Docs Sphinx theme
sphinx_rtd_theme>=0.1.5
