From f5e51e45c2b201fe0b07e87ce43408c304d43084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AD=D0=BC=D0=B8=D0=BB=D1=8C=20=D0=90=D0=BC=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Mon, 25 May 2026 22:03:24 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f55380b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +fastmcp>=2.0.0 +pydantic>=2.0.0 +python-dotenv>=1.0.0 +langchain>=1.2.10