Add optional dependencies from Pydantic

This commit is contained in:
Sebastián Ramírez 2018-12-09 19:35:24 +04:00
parent 6a55bf5f93
commit e206758ff7

View file

@ -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",
]