]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:heavy_plus_sign: Add orjson to pip install fastapi[all] (#1161)
authorMichael Oliver <55017335+michael0liver@users.noreply.github.com>
Fri, 27 Mar 2020 16:32:35 +0000 (16:32 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 16:32:35 +0000 (17:32 +0100)
pyproject.toml

index eadff42bb8dde7041bbe1410aa4eeb2222ecfc6a..ea876c0a22f6210144e1e72780855a47a7cc2988 100644 (file)
@@ -86,6 +86,7 @@ all = [
     "pyyaml",
     "graphene",
     "ujson",
+    "orjson",
     "email_validator",
     "uvicorn",
     "async_exit_stack",