From bbc4a732f898647d4d298bcf02fdd6623831acfa Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Sun, 14 Jun 2020 20:21:31 -0300 Subject: GMail: Stop using requests-oauth and just invoke the POSTs directly aio-http is much better, requests seems to get stuck occasionaly. This allows all GMail accounts to acquire access tokens concurrently. Signed-off-by: Jason Gunthorpe --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1c90fd7..3ffbde2 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ setup( 'oauthlib>=3.1', 'pyinotify>=0.9.6', 'requests>=2.18', - 'requests_oauthlib>=1.3', ], include_package_data=True, zip_safe=False) -- cgit v1.2.3