# ============================================================================
# PYTHON PACKAGE: DEVELOPMENT REQUIREMENTS
# ============================================================================
# REQUIRES: Python >= 2.6
# DESCRIPTION:
#    pip install -r <THIS_FILE>
#
# ============================================================================

# -- TEST SUPPORT:
pytest >= 3.0
pytest-runner >= 2.9
pytest-html >= 1.12.0
coverage >= 4.2
tox >= 1.8

# MAYBE: scripttest >= 1.3
