mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
chore: add daytona dependency to pyproject.toml and update uv.lock
This commit is contained in:
parent
0cd596b91f
commit
43c9a09a6c
2 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ dependencies = [
|
||||||
"pypandoc_binary>=1.16.2",
|
"pypandoc_binary>=1.16.2",
|
||||||
"typst>=0.14.0",
|
"typst>=0.14.0",
|
||||||
"deepagents>=0.4.3",
|
"deepagents>=0.4.3",
|
||||||
|
"daytona>=0.146.0",
|
||||||
"langchain-daytona>=0.0.2",
|
"langchain-daytona>=0.0.2",
|
||||||
"pypandoc>=1.16.2",
|
"pypandoc>=1.16.2",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
2
surfsense_backend/uv.lock
generated
2
surfsense_backend/uv.lock
generated
|
|
@ -7860,6 +7860,7 @@ dependencies = [
|
||||||
{ name = "chonkie", extra = ["all"] },
|
{ name = "chonkie", extra = ["all"] },
|
||||||
{ name = "composio" },
|
{ name = "composio" },
|
||||||
{ name = "datasets" },
|
{ name = "datasets" },
|
||||||
|
{ name = "daytona" },
|
||||||
{ name = "deepagents" },
|
{ name = "deepagents" },
|
||||||
{ name = "discord-py" },
|
{ name = "discord-py" },
|
||||||
{ name = "docling" },
|
{ name = "docling" },
|
||||||
|
|
@ -7940,6 +7941,7 @@ requires-dist = [
|
||||||
{ name = "chonkie", extras = ["all"], specifier = ">=1.5.0" },
|
{ name = "chonkie", extras = ["all"], specifier = ">=1.5.0" },
|
||||||
{ name = "composio", specifier = ">=0.10.9" },
|
{ name = "composio", specifier = ">=0.10.9" },
|
||||||
{ name = "datasets", specifier = ">=2.21.0" },
|
{ name = "datasets", specifier = ">=2.21.0" },
|
||||||
|
{ name = "daytona", specifier = ">=0.146.0" },
|
||||||
{ name = "deepagents", specifier = ">=0.4.3" },
|
{ name = "deepagents", specifier = ">=0.4.3" },
|
||||||
{ name = "discord-py", specifier = ">=2.5.2" },
|
{ name = "discord-py", specifier = ">=2.5.2" },
|
||||||
{ name = "docling", specifier = ">=2.15.0" },
|
{ name = "docling", specifier = ">=2.15.0" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue