pyproject.toml•621 B
[project]
name = "aim_mcp_demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastmcp>=2.12.5",
"langgraph>=0.3.27",
"mcp[cli]>=1.6.0",
"numpy>=2.2.4",
"openai>=1.72.0",
"python-dotenv>=1.1.0",
"tavily-python>=0.5.4",
"elevenlabs>=1.0.0",
"langchain-mcp-adapters>=0.1.11",
"huggingface-hub>=0.35.3",
"langchain[openai]>=1.0.2",
"langchain-core>=0.3.0",
"assemblyai>=0.45.4",
"community>=1.0.0b1",
"langchain-community>=0.4",
"langchain-qdrant>=1.1.0",
"pymupdf>=1.26.5",
]