Add hjson to requirements

This commit is contained in:
skullY
2019-10-08 07:20:26 -07:00
parent b2974b4219
commit bd4e9bf9cf
+2 -1
View File
@@ -43,6 +43,7 @@ if __name__ == "__main__":
#"milc", #FIXME(skullydazed): Included in the repo for now.
"appdirs",
"argcomplete",
"colorama"
"colorama",
"hjson"
],
)