From: Sebastián Ramírez Date: Sun, 9 Dec 2018 15:35:24 +0000 (+0400) Subject: :heavy_plus_sign: Add optional dependencies from Pydantic X-Git-Tag: 0.1.11~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e206758ff745f450e071c86cce8696658e685c9a;p=thirdparty%2Ffastapi%2Ffastapi.git :heavy_plus_sign: Add optional dependencies from Pydantic --- diff --git a/pyproject.toml b/pyproject.toml index 7727a6075c..a7d87bc410 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", ]