for deploy

This commit is contained in:
ian
2024-05-16 01:25:52 +07:00
parent bd34facddc
commit ead5c50c5b

View File

@@ -18,8 +18,18 @@ dynamic = ["version"]
requires-python = ">= 3.10" requires-python = ">= 3.10"
description = "Kotaemon App" description = "Kotaemon App"
dependencies = [ dependencies = [
"kotaemon @ git+https://github.com/Cinnamon/kotaemon.git@main#subdirectory=libs/kotaemon", # adv
"ktem @ git+https://github.com/Cinnamon/kotaemon.git@main#subdirectory=libs/ktem" "kotaemon @ git+https://github.com/Cinnamon/kotaemon.git/@fix/dep-typo#subdirectory=libs/kotaemon",
"ktem @ git+https://github.com/Cinnamon/kotaemon.git@fix/dep-typo#subdirectory=libs/ktem",
"wikipedia>=1.4.0,<1.5",
"duckduckgo-search>=6.1.0,<6.2.0",
"googlesearch-python>=1.2.4,<1.3",
"python-docx>=1.1.0,<1.2",
"unstructured[pdf]==0.13.4",
"sentence_transformers==2.7.0",
"elasticsearch>=8.13.0,<8.14",
"pdfservices-sdk @ git+https://github.com/niallcm/pdfservices-python-sdk.git@bump-and-unfreeze-requirements",
"beautifulsoup4>=4.12.3,<4.13",
] ]
authors = [ authors = [
{ name = "@trducng", email = "john@cinnamon.is" }, { name = "@trducng", email = "john@cinnamon.is" },