Spaces:
Runtime error
Runtime error
Add yt-dlp dependency for music recognition
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,5 @@ python-dateutil
|
|
| 7 |
beautifulsoup4
|
| 8 |
shazamio
|
| 9 |
flask
|
| 10 |
-
aiohttp
|
|
|
|
|
|
| 7 |
beautifulsoup4
|
| 8 |
shazamio
|
| 9 |
flask
|
| 10 |
+
aiohttp
|
| 11 |
+
yt-dlp
|