# Test dependencies for pfSense redactor test suite

# Core testing framework
pytest==8.4.2

# Optional: Parallel test execution
pytest-xdist==3.8.0

# Optional: Coverage reporting
pytest-cov==7.0.0

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