From ee5f536199bcfc4f1b34d5e2e7411518e287bc38 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: Thu, 28 May 2026 07:22:59 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9794904..c73417d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1 @@ -# Requirements for the Personal AI Fluency Plan project -# The only external dependency is langchain-openai which provides the ChatOpenAI wrapper. -# It must be >=0.3.0 to support the current LangChain API. -langchain-openai>=0.3.0 -python-dotenv>=1.0.0 +# No external dependencies required for this project.