# ffuf-automation requirements
# Core tool requires only Python 3.9+ stdlib (subprocess, argparse, json, csv, logging, pathlib)
# The following packages unlock extra report features:

# Enables full styled HTML report rendering (strongly recommended)
jinja2>=3.1.0

# Optional: PDF report generation (uncomment if needed)
# weasyprint>=60.0

# Optional: DOCX report generation (uncomment if needed)
# python-docx>=1.1.0
