From: Michael Oliver <55017335+michael0liver@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:32:35 +0000 (+0000) Subject: :heavy_plus_sign: Add orjson to pip install fastapi[all] (#1161) X-Git-Tag: 0.53.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f8bfd62b7add84bad99dd9e302dedf320419a30;p=thirdparty%2Ffastapi%2Ffastapi.git :heavy_plus_sign: Add orjson to pip install fastapi[all] (#1161) --- diff --git a/pyproject.toml b/pyproject.toml index eadff42bb8..ea876c0a22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ all = [ "pyyaml", "graphene", "ujson", + "orjson", "email_validator", "uvicorn", "async_exit_stack",