Skip to content

Commit

Permalink
google-sheets: relax airbyte-cdk and PyYaml requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mdibaiee committed Oct 26, 2023
1 parent 0d63890 commit f7cd992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 229 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions airbyte-integrations/connectors/source-google-sheets/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1",
"airbyte-cdk",
"backoff",
"requests",
"google-auth-httplib2",
"google-api-python-client",
"PyYAML==6.0",
"PyYAML~=6.0",
"pydantic~=1.9.2",
]

Expand Down

0 comments on commit f7cd992

Please sign in to comment.