included scraping dependencies
This commit is contained in:
parent
18dcab3cac
commit
510926f56c
1 changed files with 4 additions and 1 deletions
|
|
@ -73,7 +73,10 @@ api=[]
|
||||||
distributed = [
|
distributed = [
|
||||||
"modal>=1.0.5,<2.0.0",
|
"modal>=1.0.5,<2.0.0",
|
||||||
]
|
]
|
||||||
|
scraping = [
|
||||||
|
"tavily-python>=0.7.0",
|
||||||
|
"scrapy>=2.12.0"
|
||||||
|
]
|
||||||
neo4j = ["neo4j>=5.28.0,<6"]
|
neo4j = ["neo4j>=5.28.0,<6"]
|
||||||
neptune = ["langchain_aws>=0.2.22"]
|
neptune = ["langchain_aws>=0.2.22"]
|
||||||
postgres = [
|
postgres = [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue