File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,4 @@ elasticsearch==8.10.1
53
53
sqlalchemy-spanner==1.11.0
54
54
google-cloud-spanner==3.54.0
55
55
smartsheet-python-sdk==3.0.5
56
+ cassandra-driver==3.29.0
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ asn1crypto==1.5.1
27
27
# via
28
28
# scramp
29
29
# snowflake-connector-python
30
+ async-timeout == 5.0.1
31
+ # via aiohttp
30
32
asynch == 0.2.4
31
33
# via clickhouse-sqlalchemy
32
34
attrs == 25.1.0
@@ -50,6 +52,8 @@ botocore==1.37.1
50
52
# s3transfer
51
53
cachetools == 5.5.2
52
54
# via google-auth
55
+ cassandra-driver == 3.29.0
56
+ # via -r requirements.in
53
57
certifi == 2025.1.31
54
58
# via
55
59
# clickhouse-connect
@@ -70,6 +74,7 @@ ciso8601==2.3.2
70
74
click == 8.1.8
71
75
# via
72
76
# dlt
77
+ # geomet
73
78
# typer
74
79
clickhouse-connect == 0.8.14
75
80
# via -r requirements.in
@@ -132,6 +137,8 @@ fsspec==2025.3.2
132
137
# s3fs
133
138
gcsfs == 2025.3.2
134
139
# via -r requirements.in
140
+ geomet == 0.2.1.post1
141
+ # via cassandra-driver
135
142
gitdb == 4.0.12
136
143
# via gitpython
137
144
gitpython == 3.1.44
@@ -490,6 +497,7 @@ six==1.17.0
490
497
# via
491
498
# facebook-business
492
499
# flatten-json
500
+ # geomet
493
501
# python-dateutil
494
502
# smartsheet-python-sdk
495
503
# thrift
@@ -560,10 +568,12 @@ typing-extensions==4.12.2
560
568
# alembic
561
569
# beautifulsoup4
562
570
# dlt
571
+ # multidict
563
572
# pyairtable
564
573
# pydantic
565
574
# pydantic-core
566
575
# pyopenssl
576
+ # rich
567
577
# simple-salesforce
568
578
# snowflake-connector-python
569
579
# sqlalchemy2-stubs
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ asn1crypto==1.5.1
27
27
# via
28
28
# scramp
29
29
# snowflake-connector-python
30
+ async-timeout==5.0.1
31
+ # via aiohttp
30
32
asynch==0.2.4
31
33
# via clickhouse-sqlalchemy
32
34
attrs==25.3.0
@@ -50,6 +52,8 @@ botocore==1.37.1
50
52
# s3transfer
51
53
cachetools==5.5.2
52
54
# via google-auth
55
+ cassandra-driver==3.29.0
56
+ # via -r requirements.in
53
57
certifi==2025.1.31
54
58
# via
55
59
# clickhouse-connect
@@ -70,6 +74,7 @@ ciso8601==2.3.2
70
74
click==8.1.8
71
75
# via
72
76
# dlt
77
+ # geomet
73
78
# typer
74
79
clickhouse-connect==0.8.14
75
80
# via -r requirements.in
@@ -132,6 +137,8 @@ fsspec==2025.3.2
132
137
# s3fs
133
138
gcsfs==2025.3.2
134
139
# via -r requirements.in
140
+ geomet==0.2.1.post1
141
+ # via cassandra-driver
135
142
gitdb==4.0.12
136
143
# via gitpython
137
144
gitpython==3.1.44
@@ -486,6 +493,7 @@ six==1.17.0
486
493
# via
487
494
# facebook-business
488
495
# flatten-json
496
+ # geomet
489
497
# python-dateutil
490
498
# smartsheet-python-sdk
491
499
# thrift
@@ -555,10 +563,12 @@ typing-extensions==4.13.0
555
563
# alembic
556
564
# beautifulsoup4
557
565
# dlt
566
+ # multidict
558
567
# pyairtable
559
568
# pydantic
560
569
# pydantic-core
561
570
# pyopenssl
571
+ # rich
562
572
# simple-salesforce
563
573
# snowflake-connector-python
564
574
# sqlalchemy2-stubs
You can’t perform that action at this time.
0 commit comments