pyproject.toml•927 B
[project]
name = "app_chatppt"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"asyncpg>=0.30.0",
"browser-use>=0.1.24",
"chroma>=0.2.0",
"fastapi>=0.115.12",
"langchain-core>=0.3.65",
"langchain-mcp-adapters>=0.1.7",
"langchain-openai>=0.3.14",
"langgraph>=0.4.1",
"llama-index-agent-openai>=0.4.6",
"llama-index-core>=0.12.34.post1",
"llama-index-embeddings-ollama>=0.6.0",
"llama-index-embeddings-openai>=0.3.1",
"llama-index-llms-openai>=0.3.38",
"llama-index-tools-mcp>=0.1.2",
"llama-index-vector-stores-chroma>=0.4.1",
"mcp[cli]>=1.9.4",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"pdf2image>=1.17.0",
"pypdfium2>=4.30.1",
"python-socks>=2.7.1",
"redis>=6.1.0",
"requests>=2.32.4",
"streamlit>=1.45.0",
"uvicorn>=0.34.3",
"websockets>=15.0.1",
]