# Test dependencies for pfSense redactor test suite

# Core testing framework
pytest>=7.0.0

# Optional: Parallel test execution
pytest-xdist>=2.5.0

# Optional: Coverage reporting
pytest-cov>=3.0.0

# Note: No additional dependencies required beyond Python standard library
# The redactor script itself only uses standard library modules