feat: add testing framework dependencies

Add pytest and visual testing dependencies to requirements.txt:
- pytest>=7.0 for test framework
- pytest-cov>=4.0 for coverage reports
- pillow>=10.0 for image processing
- imagehash>=4.3 for visual regression testing

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-09-09 17:28:58 -05:00
parent 33153108a2
commit 11306dfb2e
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
pyyaml>=6.0
pyyaml>=6.0
pytest>=7.0
pytest-cov>=4.0
pillow>=10.0
imagehash>=4.3