From da7aa493a809f4fb8753801bbda87e14e156bf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=9A=D1=83=D1=82?= =?UTF-8?q?=D0=BB=D0=B0=D1=85=D0=BC=D0=B5=D1=82=D0=BE=D0=B2?= Date: Wed, 27 May 2026 13:50:21 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 122c502..ec235d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,11 @@ -langchain-openai>=0.3.0 langchain-core>=0.3.0 -pydantic>=2.0.0 -python-dotenv>=1.0.0 \ No newline at end of file +langchain-openai>=0.3.0 +pydantic>=2.0 +python-dotenv>=1.0.0 +rich>=13.0.0 +duckduckgo-search>=6.0.0 +fastmcp>=0.1.0 +qdrant-client>=1.7.0 +langchain-qdrant>=0.1.0 +langchain-ollama>=0.1.0 +langchain-text-splitters>=0.1.0 \ No newline at end of file