# Testing
coverage==4.0.3
nose==1.3.7
nose-parameterized==0.5.0
nose-ignore-docstring==0.2
termcolor==1.1.0
nose-timer==0.5.0
xlrd==0.9.4

# These are required by mock or its dependencies
Jinja2==2.10.1
funcsigs==1.0.2
Pygments==2.2.0
alabaster==0.7.6
babel==1.3
docutils==0.12
snowballstemmer==1.2.0
sphinx-rtd-theme==0.1.8
sphinx==1.3.4
pbr==1.10.0

mock==2.0.0

# Temp Directories for testing
testfixtures==6.10.1

# Linting

flake8==3.6.0
mccabe==0.6.0
pycodestyle==2.4.0
pyflakes==2.0.0
configparser==3.5.0;python_version<"3.2"

# Documentation Conversion

pyandoc==0.0.1
docopt==0.6.2
numpydoc==0.5
mistune==0.8.4

# Example scripts that are run during unit tests use the following:

# matplotlib dependencies:
pyparsing==2.0.3
cycler==0.10.0
matplotlib==1.5.3

Markdown==2.6.2

# Checking for old PIP packages
futures==3.0.5;python_version<'3.0'
requests-futures==0.9.7
piprot==0.9.6

# For mocking out requests fetches
responses==0.9.0

# Note: pdbpp is frequently very useful for development and debugging;
# but not everyone likes it, and it applies nightmare-inducing sys.path
# hacks during the site-packages discovery process, so it is no longer
# included as a requirement. Install and use at your own risk.
