diff --git a/kabot/setup.py b/kabot/setup.py index cedb869..4d99e68 100644 --- a/kabot/setup.py +++ b/kabot/setup.py @@ -16,6 +16,9 @@ requirements = [ 'requests', 'PyNaCl', 'aiocron', + 'python-gitlab', + 'giphy_client', + 'youtube_dl', ] setup_requirements = [ ]