# this file lists packages that are required to run
# depending on your system it might be necessary to install required package with package installers others than pip
# see https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format
# see https://www.python.org/dev/peps/pep-0440/#version-specifiers
###### Requirements ######

#standard requirements
-r requirements.txt

#requirements for developers
# Required packages to run tests
gitpython

# for documentation
recommonmark
sphinx
sphinx-argparse
sphinx-markdown
sphinx-rtd-theme
sphinx-autobuild

# for unit testing
coverage
xmlrunner
unittest-xml-reporting
