# Dev requirements, used for various linting tools
coverage==4.5.1
flake8==3.5.0
tox==3.0.0
wheel==0.26.0
doc8==0.8.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
astroid==1.6.1
pytest-cov==2.5.1
pydocstyle==2.0.0

# Test requirements
pytest==3.5.0
py==1.5.3
pygments==2.1.3
mock==2.0.0
requests==2.18.4
hypothesis==3.56.3

mypy==0.590; python_version >= '3.6'
