diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9794904 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +# 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