diff --git a/requirements.txt b/requirements.txt index 1b2ce6a..52d0d8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3~=1.21.16 -google_api_python_client==2.39.0 +google_api_python_client==2.80.0 oauth2client==4.1.3 pandas~=1.4.1 python_dateutil==2.8.2 diff --git a/setup.py b/setup.py index 44543b6..ff947cf 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ packages=find_packages(include=["turbo_stream", "turbo_stream.*"]), install_requires=[ "boto3~=1.21.16", - "google_api_python_client==2.39.0", + "google_api_python_client==2.80.0", "oauth2client==4.1.3", "pandas~=1.4.1", "python_dateutil==2.8.2",