Add orjson to pip install fastapi[all] (#1161)

This commit is contained in:
Michael Oliver
2020-03-27 16:32:35 +00:00
committed by GitHub
parent 02a6fcad98
commit 3f8bfd62b7

View File

@@ -86,6 +86,7 @@ all = [
"pyyaml",
"graphene",
"ujson",
"orjson",
"email_validator",
"uvicorn",
"async_exit_stack",