Skip to content

Commit 88c0c27

Browse files
dependency housekeeping + list it on modules list
1 parent b945314 commit 88c0c27

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ packages = [
6767
{ include = "testcontainers", from = "modules/registry" },
6868
{ include = "testcontainers", from = "modules/sftp" },
6969
{ include = "testcontainers", from = "modules/selenium" },
70+
{ include = "testcontainers", from = "modules/scylla" },
7071
{ include = "testcontainers", from = "modules/trino" },
7172
{ include = "testcontainers", from = "modules/vault" },
7273
{ include = "testcontainers", from = "modules/weaviate" },
@@ -86,6 +87,7 @@ typing-extensions = "*"
8687
# community modules
8788
python-arango = { version = "^7.8", optional = true }
8889
azure-storage-blob = { version = "^12.19", optional = true }
90+
cassandra-driver = { version = "3.29.1", optional = true }
8991
clickhouse-driver = { version = "*", optional = true }
9092
google-cloud-pubsub = { version = ">=2", optional = true }
9193
google-cloud-datastore = { version = ">=2", optional = true }
@@ -156,6 +158,7 @@ rabbitmq = ["pika"]
156158
redis = ["redis"]
157159
registry = ["bcrypt"]
158160
selenium = ["selenium"]
161+
scylla = ["cassandra-driver"]
159162
sftp = ["cryptography"]
160163
vault = []
161164
weaviate = ["weaviate-client"]
@@ -175,7 +178,6 @@ psycopg2-binary = "2.9.9"
175178
pg8000 = "1.30.5"
176179
sqlalchemy = "2.0.28"
177180
psycopg = "3.1.18"
178-
cassandra-driver = "3.29.1"
179181
pytest-asyncio = "0.23.5"
180182
kafka-python-ng = "^2.2.0"
181183
hvac = "2.1.0"

0 commit comments

Comments
 (0)