diff --git a/pyproject.toml b/pyproject.toml index a67c67c23..14eb0957a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, @@ -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] @@ -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"]