# Dev requirements, used for various linting tools
coverage==4.3.4
flake8==3.3.0
tox==2.2.1
wheel==0.26.0
doc8==0.7.0
# Pylint will fail on py3.  Locking to a commit on master
# until pylint2 is released.
-e git://github.com/PyCQA/pylint.git@7cb3ffddfd96f5e099ca697f6b1e30e727544627#egg=pylint
pytest-cov==2.4.0
pydocstyle==2.0.0

# Test requirements
pytest==3.0.7
py==1.4.33
pygments==2.1.3
mock==2.0.0
requests==2.11.1
hypothesis==3.8.2

mypy==0.501; python_version >= '3.6'
