This commit is contained in:
熊潇 2025-04-29 18:18:15 +08:00
parent e1e232a2f5
commit b2d386b005
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
pip install -r requirements.txt pip install -r requirements.txt
playwright install-deps
playwright install chromium playwright install chromium

View File

@ -2,3 +2,4 @@ playwright
xhs xhs
gevent gevent
requests requests
flask