From 983db94291c53519931cbb81a15e6f4aef0c26bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 9 Dec 2018 19:29:39 +0400 Subject: [PATCH] :green_heart: Fix complete names of Flit dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90ec749be..7727a6075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ all = [ "email_validator", "starlette", "pydantic", - "json", + "json-schema", "openapi", - "swagger", + "swagger-ui", "redoc", ]