publish requirements.txt
This commit is contained in:
parent
fcd2918ad9
commit
589bf634d7
1 changed files with 4 additions and 0 deletions
|
|
@ -8,5 +8,9 @@ pytesseract # OCR wrapper -> requires Tesseract-OCR installed separately:
|
||||||
# winget install --id UB-Mannheim.TesseractOCR
|
# winget install --id UB-Mannheim.TesseractOCR
|
||||||
# (or https://github.com/UB-Mannheim/tesseract/wiki)
|
# (or https://github.com/UB-Mannheim/tesseract/wiki)
|
||||||
|
|
||||||
|
# Only needed for the audio watcher (eve_audio_watcher.py — lock/depleted/warp cues):
|
||||||
|
numpy # FFT sound fingerprinting
|
||||||
|
soundcard # Windows speaker (WASAPI) loopback capture
|
||||||
|
|
||||||
# timer mode and --snip need no extra packages beyond winotify
|
# timer mode and --snip need no extra packages beyond winotify
|
||||||
# (tkinter ships with the Windows python.org installer).
|
# (tkinter ships with the Windows python.org installer).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue