mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
install pysocks, undo httplib2 downgrade
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user