pyproject.toml•531 B
[project]
name = "google-calendar-mcp"
version = "0.1.0"
description = "Google Calendar MCP Server using FastMCP"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=0.2.0",
"google-api-python-client>=2.0.0",
"google-auth-httplib2>=0.1.0",
"google-auth-oauthlib>=1.0.0",
"pytest>=8.4.2",
"python-dotenv>=1.0.0",
]
[project.optional-dependencies]
test = [
"pytest>=7.0.0",
"pytest-mock>=3.10.0"
]
[dependency-groups]
dev = [
"pytest>=8.4.2",
"pytest-mock>=3.15.1",
]