# Core dependencies
anthropic>=0.18.0
requests>=2.31.0
python-dotenv>=1.0.0

# Optional dependencies for enhanced functionality
# Uncomment as needed:

# For PDF report generation
# pdfkit>=1.0.0
# wkhtmltopdf (system package required)

# For advanced HTTP testing (dynamic testing module)
# aiohttp>=3.9.0
# httpx>=0.25.0

# For security scanning integrations
# safety>=2.3.0  # Dependency vulnerability scanning
# bandit>=1.7.0  # Python code security linter

# For report generation
# jinja2>=3.1.0  # Template rendering
# markdown>=3.5.0  # Markdown processing

# Development dependencies (install with requirements-dev.txt)
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# pylint>=3.0.0
# black>=23.0.0
# mypy>=1.7.0

