# Requirements for doing development

# Keep pip/setuptools unpinned and always update
pip
setuptools

# Keep temple unpinned and always update
temple

# For Sphinx documentation
Sphinx==1.6.6
sphinx-rtd-theme==0.2.4

# For converting ipython notebooks to Sphinx
jupyter==1.0.0

# For testing. Do *not* put these into test_requirements.txt since we don't want
# to install tox in the environment created by tox. It won't get used.
tox==2.9.1
tox-pyenv==1.1.0

# Pin this version. otherwise will install 20.x.y which breaks the
# dependencies.
virtualenv==16.7.10
