We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58a71c commit 64075c8Copy full SHA for 64075c8
requirements.txt
@@ -1,6 +1,3 @@
1
-# Used by Pyppeteer
2
-pyee
3
-
4
eventlet>=0.38.0
5
feedgen~=0.9
6
flask-compress
@@ -73,7 +70,8 @@ jq~=1.3; python_version >= "3.8" and sys_platform == "linux"
73
70
74
71
# playwright is installed at Dockerfile build time because it's not available on all platforms
75
72
76
-pyppeteer-ng==2.0.0rc5
+pyppeteer-ng==2.0.0rc9
+
77
pyppeteerstealth>=0.0.4
78
79
# Include pytest, so if theres a support issue we can ask them to run these tests on their setup
0 commit comments