["project"] name = "study-coach-agent" version = "0.1.0" description = "AI Study Coach with Memori, LangGraph, and Streamlit" readme = "README.md" requires-python = ">=3.11" dependencies = [ "memori>=3.0.0b3", "sqlalchemy>=2.0.0", "openai>=2.6.1", "streamlit>=1.50.0", "pydantic>=2.0.0", "python-dotenv>=1.0.0", "langgraph>=0.2.0", "langchain-core>=0.3.0", ]