mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
7 lines
332 B
Plaintext
7 lines
332 B
Plaintext
# Test-only dependencies for the Python sidecar lane. Runtime/model deps live
|
|||
|
|
# in requirements.txt and requirements-gpu.txt. Pinned for reproducibility.
|
||
|
|
# The CI/Docker lane targets the shipped Python 3.11 ABI; the pure and
|
||
|
|
# protocol-level tests here also run unchanged on 3.12+ (verified on 3.14).
|
||
|
|
pytest==9.1.0
|
||
|
|
coverage==7.10.7
|