#
# Task requirements
#

# devpi / docs
#requests==2.9.1 # already in requirements!

# check
pylint==2.2.2 ; python_version >= "3"
pylint==1.9.4 ; python_version < "3"

# test
pytest==4.1.1
pytest-spec==1.1.0
pytest-cov==2.6.1
py>=1.5.0
pluggy>=0.7
coveralls==1.5.1

# docs
sphinx==1.8.3
sphinx-autobuild==0.7.1
