@@ -34,6 +34,7 @@ packages = [
34
34
{ include = " testcontainers" , from = " modules/chroma" },
35
35
{ include = " testcontainers" , from = " modules/clickhouse" },
36
36
{ include = " testcontainers" , from = " modules/elasticsearch" },
37
+ { include = " testcontainers" , from = " modules/fastapi" },
37
38
{ include = " testcontainers" , from = " modules/google" },
38
39
{ include = " testcontainers" , from = " modules/influxdb" },
39
40
{ include = " testcontainers" , from = " modules/k3s" },
@@ -58,7 +59,6 @@ packages = [
58
59
{ include = " testcontainers" , from = " modules/selenium" },
59
60
{ include = " testcontainers" , from = " modules/vault" },
60
61
{ include = " testcontainers" , from = " modules/weaviate" },
61
- { include = " testcontainers" , from = " modules/fastapi" },
62
62
]
63
63
64
64
[tool .poetry .urls ]
@@ -107,6 +107,7 @@ azurite = ["azure-storage-blob"]
107
107
cassandra = []
108
108
clickhouse = [" clickhouse-driver" ]
109
109
elasticsearch = []
110
+ fastapi = []
110
111
google = [" google-cloud-pubsub" , " google-cloud-datastore" ]
111
112
influxdb = [" influxdb" , " influxdb-client" ]
112
113
k3s = [" kubernetes" , " pyyaml" ]
0 commit comments