From 4979f43fc099433f56e828e8a8c3d5c604403aa4 Mon Sep 17 00:00:00 2001 From: Geoff-Robin Date: Thu, 2 Oct 2025 02:21:33 +0530 Subject: [PATCH] Added playwright as a dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eecbb9985..e50c38f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,8 @@ distributed = [ ] scraping = [ "tavily-python>=0.7.0", - "beautifulsoup4>=4.13.1" + "beautifulsoup4>=4.13.1", + "playwright>=1.9.0", ] neo4j = ["neo4j>=5.28.0,<6"] neptune = ["langchain_aws>=0.2.22"]