From 64075c87eeadcdb4bec36826a862b2c3ecffe876 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 23 Mar 2025 22:20:43 +0100 Subject: [PATCH] Fetching - Upgrading to pyppeteer-ng 2.0.0rc8 (more modern pyee requirements) --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9233680e..745503f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,3 @@ -# Used by Pyppeteer -pyee - eventlet>=0.38.0 feedgen~=0.9 flask-compress @@ -73,7 +70,8 @@ jq~=1.3; python_version >= "3.8" and sys_platform == "linux" # playwright is installed at Dockerfile build time because it's not available on all platforms -pyppeteer-ng==2.0.0rc5 +pyppeteer-ng==2.0.0rc9 + pyppeteerstealth>=0.0.4 # Include pytest, so if theres a support issue we can ask them to run these tests on their setup