# Web Security Penetration Testing Requirements

# Core dependencies
requests>=2.28.0
beautifulsoup4>=4.11.0
colorama>=0.4.6
dnspython>=2.3.0
pyyaml>=6.0
python-dotenv>=1.0.0

# Optional dependencies for advanced features
# scapy>=2.5.0  # Packet manipulation
# paramiko>=3.1.0  # SSH connections
# cryptography>=39.0.0  # Encryption
# pillow>=9.5.0  # Image processing for screenshots
# selenium>=4.10.0  # Browser automation
# playwright>=1.35.0  # Modern browser automation
# lxml>=4.9.0  # XML parsing
# jsbeautifier>=1.14.0  # JavaScript beautification
# cssutils>=2.7.0  # CSS parsing

# Testing dependencies
pytest>=7.3.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0

# Development dependencies
black>=23.3.0
flake8>=6.0.0
mypy>=1.3.0
pre-commit>=3.3.0

# Documentation dependencies
sphinx>=7.0.0
sphinx-rtd-theme>=1.2.0
myst-parser>=2.0.0

# Platform specific dependencies
# Windows: pywin32>=305
# Linux: python-prctl>=1.8.1

# Version constraints
# Python >=3.8 required