Deploy relay project metadata
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -9,6 +9,8 @@ dependencies = [
|
|
| 9 |
"pillow>=10.0",
|
| 10 |
"pillow-heif>=0.18",
|
| 11 |
"av>=12.0",
|
|
|
|
|
|
|
| 12 |
# core viewer dep: decodes seed durations + writes generated voice-overs (viewer.py),
|
| 13 |
# imported at module scope — must be in the base install (and CI), not just the tts extra.
|
| 14 |
"soundfile>=0.12",
|
|
|
|
| 9 |
"pillow>=10.0",
|
| 10 |
"pillow-heif>=0.18",
|
| 11 |
"av>=12.0",
|
| 12 |
+
"huggingface-hub>=1.19",
|
| 13 |
+
"sentry-sdk>=2.0",
|
| 14 |
# core viewer dep: decodes seed durations + writes generated voice-overs (viewer.py),
|
| 15 |
# imported at module scope — must be in the base install (and CI), not just the tts extra.
|
| 16 |
"soundfile>=0.12",
|