Skip to content

Commit b90f3fe

Browse files
committed
Fix extra
1 parent a56d9a1 commit b90f3fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ packages = [
3434
{ include = "testcontainers", from = "modules/chroma" },
3535
{ include = "testcontainers", from = "modules/clickhouse" },
3636
{ include = "testcontainers", from = "modules/elasticsearch" },
37+
{ include = "testcontainers", from = "modules/fastapi" },
3738
{ include = "testcontainers", from = "modules/google" },
3839
{ include = "testcontainers", from = "modules/influxdb" },
3940
{ include = "testcontainers", from = "modules/k3s" },
@@ -58,7 +59,6 @@ packages = [
5859
{ include = "testcontainers", from = "modules/selenium" },
5960
{ include = "testcontainers", from = "modules/vault" },
6061
{ include = "testcontainers", from = "modules/weaviate" },
61-
{ include = "testcontainers", from = "modules/fastapi" },
6262
]
6363

6464
[tool.poetry.urls]
@@ -107,6 +107,7 @@ azurite = ["azure-storage-blob"]
107107
cassandra = []
108108
clickhouse = ["clickhouse-driver"]
109109
elasticsearch = []
110+
fastapi = []
110111
google = ["google-cloud-pubsub", "google-cloud-datastore"]
111112
influxdb = ["influxdb", "influxdb-client"]
112113
k3s = ["kubernetes", "pyyaml"]

0 commit comments

Comments
 (0)