@@ -67,6 +67,7 @@ packages = [
67
67
{ include = " testcontainers" , from = " modules/registry" },
68
68
{ include = " testcontainers" , from = " modules/sftp" },
69
69
{ include = " testcontainers" , from = " modules/selenium" },
70
+ { include = " testcontainers" , from = " modules/scylla" },
70
71
{ include = " testcontainers" , from = " modules/trino" },
71
72
{ include = " testcontainers" , from = " modules/vault" },
72
73
{ include = " testcontainers" , from = " modules/weaviate" },
@@ -86,6 +87,7 @@ typing-extensions = "*"
86
87
# community modules
87
88
python-arango = { version = " ^7.8" , optional = true }
88
89
azure-storage-blob = { version = " ^12.19" , optional = true }
90
+ cassandra-driver = { version = " 3.29.1" , optional = true }
89
91
clickhouse-driver = { version = " *" , optional = true }
90
92
google-cloud-pubsub = { version = " >=2" , optional = true }
91
93
google-cloud-datastore = { version = " >=2" , optional = true }
@@ -156,6 +158,7 @@ rabbitmq = ["pika"]
156
158
redis = [" redis" ]
157
159
registry = [" bcrypt" ]
158
160
selenium = [" selenium" ]
161
+ scylla = [" cassandra-driver" ]
159
162
sftp = [" cryptography" ]
160
163
vault = []
161
164
weaviate = [" weaviate-client" ]
@@ -175,7 +178,6 @@ psycopg2-binary = "2.9.9"
175
178
pg8000 = " 1.30.5"
176
179
sqlalchemy = " 2.0.28"
177
180
psycopg = " 3.1.18"
178
- cassandra-driver = " 3.29.1"
179
181
pytest-asyncio = " 0.23.5"
180
182
kafka-python-ng = " ^2.2.0"
181
183
hvac = " 2.1.0"
0 commit comments