From ed38219f8da537c42527c8cea8d51ac9cb5e62ad Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 3 Oct 2024 20:35:19 +0200 Subject: [PATCH] Remove optional dependency on google api client, no longer used --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 480e04d3..615695be 100644 --- a/setup.py +++ b/setup.py @@ -91,7 +91,6 @@ def run(self): # googlegroups is required for use of GoogleOAuthenticator configured with # either admin_google_groups and/or allowed_google_groups. 'googlegroups': [ - 'google-api-python-client', 'google-auth-oauthlib', ], # mediawiki is required for use of MWOAuthenticator @@ -105,7 +104,6 @@ def run(self): 'pytest-cov', 'requests-mock', # dependencies from googlegroups: - 'google-api-python-client', 'google-auth-oauthlib', # dependencies from mediawiki: 'mwoauth>=0.3.8',