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

# Required dependencies
# No external dependencies - using only Python standard library for maximum compatibility

# 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) 