-r .virtualenv.requirements.txt

# python unit testing framework
pytest
pytest-cov
coverage
mock

# Python style guide checker
flake8

# Version-bump your software with a single command!
bumpversion
