diff --git a/lib/constants.py b/lib/constants.py index c43f8db..d4c383a 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -85,6 +85,9 @@ "cProfile", "cloudpickle.load", "cloudpickle.loads", + "code", + "code.interact", + "code.InteractiveConsole", "code.InteractiveInterpreter", "codecs.decode", "codeop.compile_command", @@ -101,6 +104,7 @@ "eval", "exec", "execfile", + "fileinput", "get_type_hints", "gzip", "hashlib", @@ -135,6 +139,7 @@ "requests", "runpy", "safer_pickle_hook", + "shutil", "socket", "ssl", "stdin", @@ -184,6 +189,7 @@ "reconstruct", "scipy", "set", + "shutil.disk_usage", "sklearn", "spacy", "str",