diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ pylint = "*" [packages] aiohttp = "*" python-socketio = "~=4.0" -youtube-dl = "*" +yt-dlp = "*" [requires] python_version = "3.8" |