add requirements.txt

This commit is contained in:
2026-05-28 07:22:59 +00:00
parent 4f58b998cf
commit ee5f536199
+1 -5
View File
@@ -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.