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

# -- OPTIONAL: For JSON validation
# DEPRECATING: jsonschema
# USE INSTEAD: check-jsonschema
jsonschema >= 1.3.0
check-jsonschema; python_version >= '3.7'
