mirror of https://github.com/tiangolo/fastapi.git
➖ Remove Typer as a docs building dependency (covered by typer-cli) to fix pip resolver conflicts (#2539)
This commit is contained in:
parent
a16ecf2f91
commit
6de9f5890d
|
|
@ -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"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue