# --- to execute setup.py whatever the goal
pytest-runner

# --- to generate the reports (see scripts in ci_tools, called by .travis)
pytest-html$PYTEST_HTML_VERSION
xunitparser

# --- to run the tests
pytest-faulthandler
tabulate
pytest-harvest>=1
pytest$PYTEST_VERSION
pytest-logging  # ==2015.11.4

# --- to generate the reports (see scripts in ci_tools, called by .travis)
pytest-cov==2.6.0  # after 2.6.1 it requires pytest 3.6

# --- to generate the doc (see .travis)
mkdocs-material==2.7.3
mkdocs==0.17.3  # this is to prevent a version non-compliant with mkdocs-material to be installed.
