diff --git a/setup.py b/setup.py index 6fed8c6..01854f9 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ VERSION = None REQUIRED = [ 'irc', 'enum34', + 'click', + 'marshmallow', ] # The rest you shouldn't have to touch too much :)