removed scrapy and added bs4
This commit is contained in:
parent
6348c9d8de
commit
70a2cc9d65
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue