Merge pull request #1433 from Thermofish/fix/excluded_selector

fix(deps): reintroduce cssselect to restore excluded_selector support (#1405)
This commit is contained in:
Nasrin
2025-08-29 16:08:24 +08:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ dependencies = [
"PyYAML>=6.0",
"nltk>=3.9.1",
"rich>=13.9.4",
"cssselect>=1.2.0",
"httpx>=0.27.2",
"httpx[http2]>=0.27.2",
"fake-useragent>=2.0.3",

View File

@@ -24,6 +24,7 @@ psutil>=6.1.1
PyYAML>=6.0
nltk>=3.9.1
rich>=13.9.4
cssselect>=1.2.0
chardet>=5.2.0
brotli>=1.1.0
httpx[http2]>=0.27.2