diff --git a/requirements.txt b/requirements.txt index d098312..f51a89e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,3 +29,9 @@ sphinx_rtd_theme>=0.4.3 codecov>=2.0.15 lxml>=4.4.0 boto3>=1.16.63 +google-api-core>=2.4.0 +google-api-python-client>=2.35.0 +google-auth>=2.3.3 +google-auth-httplib2>=0.1.0 +google-auth-oauthlib>=0.4.6 + diff --git a/setup.py b/setup.py index 785ba97..5b2325e 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,12 @@ setup( 'kafka-python>=1.4.4', 'tqdm>=4.31.1', 'lxml>=4.4.0', - 'boto3>=1.16.63' + 'boto3>=1.16.63', + 'google-api-core>=2.4.0', + 'google-api-python-client>=2.35.0', + 'google-auth>=2.3.3', + 'google-auth-httplib2>=0.1.0', + 'google-auth-oauthlib>=0.4.6', ], entry_points={