# XML Analysis Framework Dependencies  
# The analyzer is designed to work with Python 3.8+

# Required dependencies
defusedxml>=0.7.1   # For secure XML parsing protection

# Optional: For enhanced analysis (not required for basic functionality)
# lxml>=4.6.0        # For faster XML parsing (optional)
# click>=8.0.0       # For enhanced CLI (optional)
