diff --git a/init.sh b/init.sh index cedbe36..1920b34 100644 --- a/init.sh +++ b/init.sh @@ -1,2 +1,3 @@ pip install -r requirements.txt +playwright install-deps playwright install chromium \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index bf0ce98..c04d57b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ playwright xhs gevent -requests \ No newline at end of file +requests +flask \ No newline at end of file