diff --git a/kabot/setup.py b/kabot/setup.py index 0a6880f..6623ba7 100644 --- a/kabot/setup.py +++ b/kabot/setup.py @@ -18,7 +18,7 @@ requirements = [ 'aiocron', 'python-gitlab', 'giphy_client', - 'yt-dl', + 'yt-dlp', ] setup_requirements = [ ]