From bd4e9bf9cf09499e89f03447ccba416034405820 Mon Sep 17 00:00:00 2001 From: skullY Date: Tue, 8 Oct 2019 07:20:26 -0700 Subject: [PATCH] Add hjson to requirements --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3df31d..4dcf1a3 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ if __name__ == "__main__": #"milc", #FIXME(skullydazed): Included in the repo for now. "appdirs", "argcomplete", - "colorama" + "colorama", + "hjson" ], )