[project]
name = "zoho-timeline-mcp"
version = "0.1.0"
description = "MCP server for capturing and parsing Zoho CRM timeline screenshots"
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "John Lamont", email = "your-email@example.com" }
]
dependencies = [
"mcp>=0.9.0",
"pillow>=10.0.0",
"pytesseract>=0.3.10",
"pyautogui>=0.9.54",
"mss>=9.0.1",
"anthropic>=0.18.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"black>=23.0.0",
]
[build-system]
requires = ["setuptools>=68.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 100
target-version = ['py310']
[tool.setuptools.packages.find]
where = ["src"]