File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ dependencies = [
2222 " boto3>=1.26.5" ,
2323 " botocore>=1.29.5" ,
2424 " mysql-connector-python>=8.0.32" ,
25+ " oauthlib>=3.2.2" ,
2526 " psycopg[binary,pool]>=3.1.6" ,
2627 " PyYAML>=6.0" ,
2728 " redshift-connector>=2.0.909" ,
2829 " requests>=2.28.1" ,
29- " oauthlib>=3.2.2" ,
3030 " requests_oauthlib>=1.3.1"
3131]
3232
Original file line number Diff line number Diff line change 22from .classes .kinesis_client import KinesisClient , KinesisClientError # noqa
33from .classes .kms_client import KmsClient , KmsClientError # noqa
44from .classes .mysql_client import MySQLClient , MySQLClientError # noqa
5+ from .classes .platform_api_client import PlatformApiClient # noqa
56from .classes .postgresql_client import PostgreSQLClient , PostgreSQLClientError # noqa
67from .classes .redshift_client import RedshiftClient , RedshiftClientError # noqa
78from .classes .s3_client import S3Client , S3ClientError # noqa
8- from .classes .platform_api_client import PlatformApiClient # noqa
You can’t perform that action at this time.
0 commit comments