6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
# Dev / test dependencies for simp-skill
|
|
# Install: pip install -r requirements-dev.txt
|
|
pytest>=7
|
|
pytest-cov>=4
|
|
Pillow>=10 # required by tools/photo_analyzer.py (EXIF parsing) and its tests
|