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]