pyproject.toml•507 B
[project]
name = "mcp-starter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.13.4",
"dotenv>=0.9.9",
"fastmcp>=2.11.2",
"markdownify>=1.1.0",
"pillow>=11.3.0",
"python-dotenv>=1.1.1",
"readabilipy>=0.3.0",
"sqlmodel>=0.0.14",
"httpx>=0.28.1",
"langgraph>=0.2.0",
"tldextract>=5.1.1",
"pydantic>=2.11.7",
"python-multipart>=0.0.20",
"uvicorn>=0.35.0",
]