update requirement.txt

This commit is contained in:
martin legrand 2025-04-02 21:50:08 +02:00
parent e534faf115
commit f798e4936c
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ tqdm>4
fake_useragent>=2.1.0 fake_useragent>=2.1.0
selenium_stealth>=1.0.6 selenium_stealth>=1.0.6
undetected-chromedriver>=3.5.5 undetected-chromedriver>=3.5.5
sentencepiece>=0.2.0
# for api provider # for api provider
openai openai
# if use chinese # if use chinese

View File

@ -44,6 +44,7 @@ setup(
"fake_useragent>=2.1.0", "fake_useragent>=2.1.0",
"selenium_stealth>=1.0.6", "selenium_stealth>=1.0.6",
"undetected-chromedriver>=3.5.5", "undetected-chromedriver>=3.5.5",
"sentencepiece>=0.2.0",
"sniffio", "sniffio",
"tqdm>4" "tqdm>4"
], ],