Browse Source

Add optional dependencies from Pydantic

pull/11/head
Sebastián Ramírez 6 years ago
parent
commit
e206758ff7
  1. 9
      pyproject.toml

9
pyproject.toml

@ -37,15 +37,10 @@ all = [
"aiofiles",
"jinja2",
"python-multipart",
"graphene",
"itsdangerous",
"pyyaml",
"graphene",
"ujson",
"ujson",
"email_validator",
"starlette",
"pydantic",
"json-schema",
"openapi",
"swagger-ui",
"redoc",
]

Loading…
Cancel
Save