#
# Task requirements
#

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

# check
pylint==2.3.1

# test
pytest==4.6.4 ; python_version < "3.5"
pytest==5.0.1 ; python_version >= "3.5"

pytest-spec==1.1.0
pytest-cov==2.7.1
py>=1.5.0
pluggy>=0.12
coveralls==1.8.1

# docs
sphinx==1.8.5 ; python_version < "3.5"
sphinx==2.1.2 ; python_version >= "3.5"
sphinx-autobuild==0.7.1
