From e206758ff745f450e071c86cce8696658e685c9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 9 Dec 2018 19:35:24 +0400 Subject: [PATCH] :heavy_plus_sign: Add optional dependencies from Pydantic --- pyproject.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7727a6075..a7d87bc41 100644 --- a/pyproject.toml +++ b/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", ]