PyYAML==6.0            # For config file handling
click==8.1.3           # For CLI interface
reportlab==3.6.12      # For direct PDF generation with pixel-perfect control
python-dotenv==1.0.0   # For environment variable management
rich==13.3.5           # For enhanced terminal output
pydantic==1.10.8       # For data validation
faker==18.10.1         # For generating placeholder content
Pillow==9.5.0          # For image handling in PDFs
pytest==7.3.1          # For testing
pytest-cov==4.1.0      # For test coverage
flake8==6.0.0          # For linting
black==23.3.0          # For code formatting 