Skip to content

Commit

Permalink
Fix extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranquility2 committed May 13, 2024
1 parent a56d9a1 commit b90f3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ packages = [
{ include = "testcontainers", from = "modules/chroma" },
{ include = "testcontainers", from = "modules/clickhouse" },
{ include = "testcontainers", from = "modules/elasticsearch" },
{ include = "testcontainers", from = "modules/fastapi" },
{ include = "testcontainers", from = "modules/google" },
{ include = "testcontainers", from = "modules/influxdb" },
{ include = "testcontainers", from = "modules/k3s" },
Expand All @@ -58,7 +59,6 @@ packages = [
{ include = "testcontainers", from = "modules/selenium" },
{ include = "testcontainers", from = "modules/vault" },
{ include = "testcontainers", from = "modules/weaviate" },
{ include = "testcontainers", from = "modules/fastapi" },
]

[tool.poetry.urls]
Expand Down Expand Up @@ -107,6 +107,7 @@ azurite = ["azure-storage-blob"]
cassandra = []
clickhouse = ["clickhouse-driver"]
elasticsearch = []
fastapi = []
google = ["google-cloud-pubsub", "google-cloud-datastore"]
influxdb = ["influxdb", "influxdb-client"]
k3s = ["kubernetes", "pyyaml"]
Expand Down

0 comments on commit b90f3fe

Please sign in to comment.