From ead5c50c5b4cf889bf75c463cd7c353f41a1c73c Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 16 May 2024 01:25:52 +0700 Subject: [PATCH] for deploy --- pyproject.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2e39c683..f3a725eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,18 @@ dynamic = ["version"] requires-python = ">= 3.10" description = "Kotaemon App" dependencies = [ - "kotaemon @ git+https://github.com/Cinnamon/kotaemon.git@main#subdirectory=libs/kotaemon", - "ktem @ git+https://github.com/Cinnamon/kotaemon.git@main#subdirectory=libs/ktem" + # adv + "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 = [ { name = "@trducng", email = "john@cinnamon.is" },