Clean release snapshot

This commit is contained in:
byrongamatos
2026-06-16 18:47:13 +02:00
commit 6c110398b4
574 changed files with 162566 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
pytest>=8.0
httpx>=0.27.0
# Required by tests/test_lyrics_transcribe.py for the vocals_has_signal
# RMS-gate tests (silent vs loud WAV generation). Without these the
# soundfile-backed tests are silently skipped via pytest.importorskip
# and CI doesn't exercise the gate at all.
numpy>=1.26
soundfile>=0.12