Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolver conflicts (#2539)

This commit is contained in:
Sebastián Ramírez 2020-12-19 19:06:19 +01:00 committed by GitHub
parent a16ecf2f91
commit 6de9f5890d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ doc = [
"mkdocs-material >=6.1.4,<7.0.0", "mkdocs-material >=6.1.4,<7.0.0",
"markdown-include >=0.5.1,<0.6.0", "markdown-include >=0.5.1,<0.6.0",
"mkdocs-markdownextradata-plugin >=0.1.7,<0.2.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", "typer-cli >=0.0.9,<0.0.10",
"pyyaml >=5.3.1,<6.0.0" "pyyaml >=5.3.1,<6.0.0"
] ]