From 8cad0055f6b4c04537f81df3eb15f5b9c7ca1be0 Mon Sep 17 00:00:00 2001 From: Remy Gwaramadze Date: Tue, 26 Nov 2024 16:58:41 +0100 Subject: [PATCH] Add comment in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 078bef57b..1cc36eae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,6 +48,8 @@ bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"] pubsub = ["google-cloud-pubsub>=2.23.1,<3"] postgresql = ["psycopg2-binary>=2.9.9,<3"] aws = ["boto3>=1.35.65,<2.0", "boto3-stubs>=1.35.65,<2.0"] +# AWS dependencies are separated by service to support +# different requirements in the future. kinesis = ["quixstreams[aws]"] s3 = ["quixstreams[aws]"]