302 jwt->pyjwt

This commit is contained in:
Taylor Wilsdon
2025-06-16 15:56:51 -04:00
4 changed files with 408 additions and 315 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",
"pyjwt>=2.10.1",
"tomlkit",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",