[project]
name = "gmail-mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dynaconf>=3.2.12",
"mcp>=1.23.1",
"google-auth>=2.35.0",
"google-auth-oauthlib>=1.2.0",
"google-auth-httplib2>=0.2.0",
"google-api-python-client>=2.149.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
"pytest-cov>=4.1.0",
"pytest-mock>=3.12.0",
"pytest-watch>=4.2.0",
"syrupy>=4.0.0",
]