Skip to content

Commit 8fc1f3e

Browse files
add dependency
1 parent 8d6b885 commit 8fc1f3e

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ elasticsearch==8.10.1
5353
sqlalchemy-spanner==1.11.0
5454
google-cloud-spanner==3.54.0
5555
smartsheet-python-sdk==3.0.5
56+
cassandra-driver==3.29.0

requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ asn1crypto==1.5.1
2727
# via
2828
# scramp
2929
# snowflake-connector-python
30+
async-timeout==5.0.1
31+
# via aiohttp
3032
asynch==0.2.4
3133
# via clickhouse-sqlalchemy
3234
attrs==25.1.0
@@ -50,6 +52,8 @@ botocore==1.37.1
5052
# s3transfer
5153
cachetools==5.5.2
5254
# via google-auth
55+
cassandra-driver==3.29.0
56+
# via -r requirements.in
5357
certifi==2025.1.31
5458
# via
5559
# clickhouse-connect
@@ -70,6 +74,7 @@ ciso8601==2.3.2
7074
click==8.1.8
7175
# via
7276
# dlt
77+
# geomet
7378
# typer
7479
clickhouse-connect==0.8.14
7580
# via -r requirements.in
@@ -132,6 +137,8 @@ fsspec==2025.3.2
132137
# s3fs
133138
gcsfs==2025.3.2
134139
# via -r requirements.in
140+
geomet==0.2.1.post1
141+
# via cassandra-driver
135142
gitdb==4.0.12
136143
# via gitpython
137144
gitpython==3.1.44
@@ -490,6 +497,7 @@ six==1.17.0
490497
# via
491498
# facebook-business
492499
# flatten-json
500+
# geomet
493501
# python-dateutil
494502
# smartsheet-python-sdk
495503
# thrift
@@ -560,10 +568,12 @@ typing-extensions==4.12.2
560568
# alembic
561569
# beautifulsoup4
562570
# dlt
571+
# multidict
563572
# pyairtable
564573
# pydantic
565574
# pydantic-core
566575
# pyopenssl
576+
# rich
567577
# simple-salesforce
568578
# snowflake-connector-python
569579
# sqlalchemy2-stubs

requirements_arm64.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ asn1crypto==1.5.1
2727
# via
2828
# scramp
2929
# snowflake-connector-python
30+
async-timeout==5.0.1
31+
# via aiohttp
3032
asynch==0.2.4
3133
# via clickhouse-sqlalchemy
3234
attrs==25.3.0
@@ -50,6 +52,8 @@ botocore==1.37.1
5052
# s3transfer
5153
cachetools==5.5.2
5254
# via google-auth
55+
cassandra-driver==3.29.0
56+
# via -r requirements.in
5357
certifi==2025.1.31
5458
# via
5559
# clickhouse-connect
@@ -70,6 +74,7 @@ ciso8601==2.3.2
7074
click==8.1.8
7175
# via
7276
# dlt
77+
# geomet
7378
# typer
7479
clickhouse-connect==0.8.14
7580
# via -r requirements.in
@@ -132,6 +137,8 @@ fsspec==2025.3.2
132137
# s3fs
133138
gcsfs==2025.3.2
134139
# via -r requirements.in
140+
geomet==0.2.1.post1
141+
# via cassandra-driver
135142
gitdb==4.0.12
136143
# via gitpython
137144
gitpython==3.1.44
@@ -486,6 +493,7 @@ six==1.17.0
486493
# via
487494
# facebook-business
488495
# flatten-json
496+
# geomet
489497
# python-dateutil
490498
# smartsheet-python-sdk
491499
# thrift
@@ -555,10 +563,12 @@ typing-extensions==4.13.0
555563
# alembic
556564
# beautifulsoup4
557565
# dlt
566+
# multidict
558567
# pyairtable
559568
# pydantic
560569
# pydantic-core
561570
# pyopenssl
571+
# rich
562572
# simple-salesforce
563573
# snowflake-connector-python
564574
# sqlalchemy2-stubs

0 commit comments

Comments
 (0)