Skip to content

Commit c92ad77

Browse files
committed
Add as a module
1 parent 4b58b9e commit c92ad77

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ packages = [
7373
{ include = "testcontainers", from = "modules/trino" },
7474
{ include = "testcontainers", from = "modules/vault" },
7575
{ include = "testcontainers", from = "modules/weaviate" },
76+
{ include = "testcontainers", from = "modules/cratedb" }
7677
]
7778

7879
[tool.poetry.urls]
@@ -122,6 +123,8 @@ azure-cosmos = { version = "*", optional = true }
122123
cryptography = { version = "*", optional = true }
123124
trino = { version = "*", optional = true }
124125
ibm_db_sa = { version = "*", optional = true, markers = "platform_machine != 'aarch64' and platform_machine != 'arm64'" }
126+
crate = { version = "*", optional = true }
127+
sqlalchemy-cratedb = { version = "*", optional = true }
125128

126129
[tool.poetry.extras]
127130
arangodb = ["python-arango"]
@@ -172,6 +175,7 @@ vault = []
172175
weaviate = ["weaviate-client"]
173176
chroma = ["chromadb-client"]
174177
trino = ["trino"]
178+
cratedb = ["crate", "sqlalchemy-cratedb"]
175179

176180
[tool.poetry.group.dev.dependencies]
177181
mypy = "1.11.2"
@@ -338,6 +342,7 @@ mypy_path = [
338342
"modules/sftp",
339343
# "modules/vault"
340344
# "modules/weaviate"
345+
# "modules/cratedb"
341346
]
342347
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
343348

0 commit comments

Comments
 (0)