From 20294fd23acbe2f02f667a233721c16cac033dcd Mon Sep 17 00:00:00 2001 From: chendelian <116870791@qq.com> Date: Wed, 6 May 2026 19:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c4c84c6..cd3f2af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ license = "MIT" authors = [{ name = "client-jiangchang" }] dependencies = [ "requests>=2.31.0", + "playwright>=1.42.0", ] [project.urls]