diff --git a/pyproject.toml b/pyproject.toml index a69186363..ebc43b1ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,6 +94,7 @@ full = [ "distro; platform_system=='Linux'", "setproctitle; platform_system=='Windows'", "gnureadline; platform_system=='Darwin'", + "ujson", ] bestshell = [ "prompt_toolkit>=3.0.29",