Spaces:
Sleeping
Sleeping
fix: comment out spotdl due to conflicts with gradio
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -55,7 +55,8 @@ prometheus-client>=0.19.0
|
|
| 55 |
# === YouTube/Spotify ===
|
| 56 |
# yt-dlp should always be latest to support new youtube updates
|
| 57 |
yt-dlp>=2024.1.0
|
| 58 |
-
spotdl>=
|
|
|
|
| 59 |
|
| 60 |
# === Crown Commend (YouTube Comment AI) ===
|
| 61 |
google-genai>=1.0.0
|
|
|
|
| 55 |
# === YouTube/Spotify ===
|
| 56 |
# yt-dlp should always be latest to support new youtube updates
|
| 57 |
yt-dlp>=2024.1.0
|
| 58 |
+
# spotdl conflicts with gradio (requires fastapi<0.104, gradio requires >=0.115.2)
|
| 59 |
+
# spotdl is only used locally, not on HF Spaces
|
| 60 |
|
| 61 |
# === Crown Commend (YouTube Comment AI) ===
|
| 62 |
google-genai>=1.0.0
|