-r requirements.txt

# Docs
mkdocs

# Tests
flake8
# mock>1.0.1 requires setuptools>17
mock<=1.0.1
pytest
pytest-datafiles
pytest-runner
tox
