[project] name = "name_that_trait" version = "0.1.0" description = "Simple Pythonic RAG App prototype for code4compassion" readme = "README.md" requires-python = ">=3.13" dependencies = [ "chainlit>=2.0.4", "numpy>=2.2.2", "openai>=1.59.9", "pydantic==2.10.1", "pypdf2>=3.0.1", "websockets>=14.2", "langchain-community==0.3.14", "langchain-openai>=0.2.14", "langchain-anthropic>=0.3.7", "langchain-qdrant>=0.2.0", "langgraph==0.2.61", "ragas==0.2.10", "unstructured>=0.14.8", "fastapi>=0.110.0", "uvicorn[standard]>=0.27.1", ]