From 2063072cbb66781001d581dccb8fd7218e808947 Mon Sep 17 00:00:00 2001 From: Mallory Hancock Date: Tue, 27 Aug 2019 12:15:48 -0700 Subject: [PATCH] add new requirements --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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 :)