]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
➖ Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolv...
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 19 Dec 2020 18:06:19 +0000 (19:06 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Dec 2020 18:06:19 +0000 (19:06 +0100)
pyproject.toml

index 9315d7e381081bee077748f8336e969a90da5089..c17f63e84add8fcfb12ce65fd189d4e5a26fb4a7 100644 (file)
@@ -68,7 +68,6 @@ doc = [
     "mkdocs-material >=6.1.4,<7.0.0",
     "markdown-include >=0.5.1,<0.6.0",
     "mkdocs-markdownextradata-plugin >=0.1.7,<0.2.0",
-    "typer >=0.3.0,<0.4.0",
     "typer-cli >=0.0.9,<0.0.10",
     "pyyaml >=5.3.1,<6.0.0"
 ]