Browse Source

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

pull/1175/head
Michael Oliver 5 years ago
committed by GitHub
parent
commit
3f8bfd62b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pyproject.toml

1
pyproject.toml

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

Loading…
Cancel
Save