install pysocks, undo httplib2 downgrade

This commit is contained in:
Jay Lee
2025-09-22 19:22:25 -04:00
committed by GitHub
parent 735b131b44
commit 00953b2984

View File

@@ -19,10 +19,11 @@ dependencies = [
"google-auth-httplib2>=0.2.0", "google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2", "google-auth-oauthlib>=1.2.2",
"google-auth>=2.39.0", "google-auth>=2.39.0",
"httplib2==0.22.0", "httplib2>=0.31.0",
"lxml>=5.4.0", "lxml>=5.4.0",
"passlib>=1.7.4", "passlib>=1.7.4",
"pathvalidate>=3.2.3" "pathvalidate>=3.2.3",
"pysocks>=1.7.1",
] ]
description = "CLI tool to manage Google Workspace" description = "CLI tool to manage Google Workspace"
readme = "README.md" readme = "README.md"