Added playwright as a dependency

This commit is contained in:
Geoff-Robin 2025-10-02 02:21:33 +05:30
parent c283977035
commit 4979f43fc0

View file

@ -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"]