]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:green_heart: Fix complete names of Flit dependencies
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 15:29:39 +0000 (19:29 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 9 Dec 2018 15:29:39 +0000 (19:29 +0400)
pyproject.toml

index 90ec749be0a817ee627cd175882d41483e2c5c93..7727a6075ca969bbb610e662583d9b50ec54793a 100644 (file)
@@ -44,8 +44,8 @@ all = [
     "email_validator",
     "starlette",
     "pydantic",
-    "json",
+    "json-schema",
     "openapi",
-    "swagger",
+    "swagger-ui",
     "redoc",
 ]