Add beautifulsoup4 to the dependency list (#19253)

* Add `beautifulsoup4` to extras["testing"]

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-09-30 18:14:01 +02:00
committed by GitHub
parent 3e2dd7f92d
commit 2fba98e585
2 changed files with 3 additions and 0 deletions

View File

@@ -169,6 +169,7 @@ _deps = [
"unidic>=1.0.2",
"unidic_lite>=1.0.7",
"uvicorn",
"beautifulsoup4",
]
@@ -302,6 +303,7 @@ extras["testing"] = (
"sacremoses",
"rjieba",
"safetensors",
"beautifulsoup4",
)
+ extras["retrieval"]
+ extras["modelcreation"]