Unverified Commit 2fba98e5 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Add `beautifulsoup4` to the dependency list (#19253)



* Add `beautifulsoup4` to extras["testing"]
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 3e2dd7f9
......@@ -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"]
......
......@@ -75,4 +75,5 @@ deps = {
"unidic": "unidic>=1.0.2",
"unidic_lite": "unidic_lite>=1.0.7",
"uvicorn": "uvicorn",
"beautifulsoup4": "beautifulsoup4",
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment