#
# Requirement files for Python Virtual Environments
#
-r .virtualenv.requirements.txt

# setuptools for pypi upload
setuptools

# virtualenv-based automation of test activities
tox

# python unit testing framework
pytest
pytest-cov
pytest-xdist

# Rolling backport of unittest.mock for all Pythons
mock

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

# A built-package format for Python
wheel

# Python style guide checker
flake8
mypy
types-PyYAML
types-requests
types-mock
types-paramiko

# for building documentation
sphinx
sphinx_rtd_theme
pyenchant

# for github pages deployment tasks
travis-sphinx
ghp-import

# for release
twine
