From f54472e2013f271146adf591843fed26ca7c3392 Mon Sep 17 00:00:00 2001 From: Jason Gunthorpe Date: Tue, 4 Feb 2020 14:45:48 -0400 Subject: GMail support Basic support for GMail using the REST API Signed-off-by: Jason Gunthorpe --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8d77bb2..cfa9f50 100755 --- a/setup.py +++ b/setup.py @@ -33,8 +33,10 @@ setup( 'cryptography>=2.8', 'keyring>=21', 'msal>=1.0', + '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