mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
➕ Add optional dependencies from Pydantic
This commit is contained in:
parent
6a55bf5f93
commit
e206758ff7
1 changed files with 2 additions and 7 deletions
|
|
@ -37,15 +37,10 @@ all = [
|
||||||
"aiofiles",
|
"aiofiles",
|
||||||
"jinja2",
|
"jinja2",
|
||||||
"python-multipart",
|
"python-multipart",
|
||||||
"graphene",
|
|
||||||
"itsdangerous",
|
"itsdangerous",
|
||||||
"pyyaml",
|
"pyyaml",
|
||||||
|
"graphene",
|
||||||
|
"ujson",
|
||||||
"ujson",
|
"ujson",
|
||||||
"email_validator",
|
"email_validator",
|
||||||
"starlette",
|
|
||||||
"pydantic",
|
|
||||||
"json-schema",
|
|
||||||
"openapi",
|
|
||||||
"swagger-ui",
|
|
||||||
"redoc",
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue