Add requirements.txt (numpy/opencv-python-headless/pillow — the only third-party runtime imports) and requirements-dev.txt, plus an offline install runbook. Ignore .coverage and wheelhouse/.
5 lines
146 B
Text
5 lines
146 B
Text
# Development / test dependencies (Python 3.13). Includes runtime deps.
|
|
-r requirements.txt
|
|
pytest==8.4.2
|
|
pytest-cov==6.0.0
|
|
pytest-timeout==2.4.0
|