From: Sebastián Ramírez Date: Sun, 9 Dec 2018 15:29:39 +0000 (+0400) Subject: :green_heart: Fix complete names of Flit dependencies X-Git-Tag: 0.1.11~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=983db94291c53519931cbb81a15e6f4aef0c26bd;p=thirdparty%2Ffastapi%2Ffastapi.git :green_heart: Fix complete names of Flit dependencies --- diff --git a/pyproject.toml b/pyproject.toml index 90ec749be0..7727a6075c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,8 @@ all = [ "email_validator", "starlette", "pydantic", - "json", + "json-schema", "openapi", - "swagger", + "swagger-ui", "redoc", ]