package updates

This commit is contained in:
Taylor Wilsdon
2025-06-16 15:41:34 -04:00
parent 826c13ab54
commit 5701c49516
2 changed files with 184 additions and 98 deletions

View File

@@ -9,7 +9,16 @@ description = "Comprehensive, highly performant Google Workspace Streamable HTTP
readme = "README.md"
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]
requires-python = ">=3.11"
dependencies = [ "fastapi>=0.115.12", "fastmcp>=2.3.3", "google-api-python-client>=2.168.0", "google-auth-httplib2>=0.2.0", "google-auth-oauthlib>=1.2.2", "httpx>=0.28.1", "tomlkit"]
dependencies = [
"fastapi>=0.115.12",
"fastmcp>=2.3.3",
"google-api-python-client>=2.168.0",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"httpx>=0.28.1",
"jwt>=1.3.1",
"tomlkit",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",