mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
add Markdown dependency
This commit is contained in:
parent
f1fac7dedc
commit
ed98af188c
2 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ dependencies = [
|
|||
"kokoro>=0.9.4",
|
||||
"linkup-sdk>=0.2.4",
|
||||
"llama-cloud-services>=0.6.25",
|
||||
"Markdown>=3.7",
|
||||
"markdownify>=0.14.1",
|
||||
"notion-client>=2.3.0",
|
||||
"numpy>=1.24.0",
|
||||
|
|
|
|||
2
surfsense_backend/uv.lock
generated
2
surfsense_backend/uv.lock
generated
|
|
@ -6874,6 +6874,7 @@ dependencies = [
|
|||
{ name = "linkup-sdk" },
|
||||
{ name = "litellm" },
|
||||
{ name = "llama-cloud-services" },
|
||||
{ name = "markdown" },
|
||||
{ name = "markdownify" },
|
||||
{ name = "mcp" },
|
||||
{ name = "notion-client" },
|
||||
|
|
@ -6944,6 +6945,7 @@ requires-dist = [
|
|||
{ name = "linkup-sdk", specifier = ">=0.2.4" },
|
||||
{ name = "litellm", specifier = ">=1.80.10" },
|
||||
{ name = "llama-cloud-services", specifier = ">=0.6.25" },
|
||||
{ name = "markdown", specifier = ">=3.7" },
|
||||
{ name = "markdownify", specifier = ">=0.14.1" },
|
||||
{ name = "mcp", specifier = ">=1.25.0" },
|
||||
{ name = "notion-client", specifier = ">=2.3.0" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue