mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 15:52:40 +02:00
Add boto3 dependency to pyproject.toml
This is required to add AWS Bedrock as LLM Provider
This commit is contained in:
parent
ec7608941f
commit
24c6683471
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ dependencies = [
|
||||||
"redis>=5.2.1",
|
"redis>=5.2.1",
|
||||||
"chonkie[all]>=1.4.0",
|
"chonkie[all]>=1.4.0",
|
||||||
"firecrawl-py>=4.9.0",
|
"firecrawl-py>=4.9.0",
|
||||||
|
"boto3>=1.35.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue