# ============================================================================
# PYTHON PACKAGE REQUIREMENTS FOR: behave -- For development only
# ============================================================================

# -- BUILD-TOOL:
# PREPARED: invoke
invoke >= 0.10.1
path.py >= 7.2

# -- CONFIGURATION MANAGEMENT (helpers):
bumpversion >= 0.4.0

# -- DEVELOPMENT SUPPORT:
# PREPARED: nose-cov >= 1.4
tox   >= 1.8.1
coverage >= 3.7
pytest-cov

# -- PYTHON2/3 COMPATIBILITY: pypa/modernize
# python-futurize
modernize >= 0.4

# -- REQUIRES: testing, docs
-r testing.txt
-r docs.txt
