From 2d03ac1c1007fb3b8b66e7881b9a522a4e77b89c Mon Sep 17 00:00:00 2001 From: Malin Date: Wed, 13 May 2026 11:13:31 +0200 Subject: [PATCH] feat: add playwright to requirements for CF challenge bypass --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 62963c1..72bd2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ dnspython beautifulsoup4 aiosqlite python-dotenv +playwright