#
# Requirement files for Python Virtual Development Environments
#

-r .virtualenv.requirements.txt

# setuptools for pypi upload
setuptools

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

# used in a unit test
xmldiff

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

# Python style guide checker
flake8

# for building documentation
sphinx
sphinx_rtd_theme
git+https://github.com/openSUSE/rstxml2docbook.git@feature/kiwi

# Python static type checker
mypy
types-PyYAML
types-docopt
