From: Sebastián Ramírez Date: Sat, 19 Dec 2020 18:06:19 +0000 (+0100) Subject: ➖ Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolv... X-Git-Tag: 0.63.0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6de9f5890d98c3a63e1f9264d24cb35fccdf5941;p=thirdparty%2Ffastapi%2Ffastapi.git ➖ Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolver conflicts (#2539) --- diff --git a/pyproject.toml b/pyproject.toml index 9315d7e381..c17f63e84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]