removed scrapy and added bs4

This commit is contained in:
Geoff-Robin 2025-10-02 01:28:48 +05:30
parent 6348c9d8de
commit 70a2cc9d65

View file

@ -75,7 +75,7 @@ distributed = [
] ]
scraping = [ scraping = [
"tavily-python>=0.7.0", "tavily-python>=0.7.0",
"scrapy>=2.12.0" "beautifulsoup4>=4.13.1"
] ]
neo4j = ["neo4j>=5.28.0,<6"] neo4j = ["neo4j>=5.28.0,<6"]
neptune = ["langchain_aws>=0.2.22"] neptune = ["langchain_aws>=0.2.22"]