Skip to content

Commit 5c1e1d0

Browse files
committed
docs: update the pip install instructions
1 parent e913720 commit 5c1e1d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+84
-78
lines changed

docs/modules/arangodb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Testcontainers module for ArangoDB.
1111
Please run the following command to add the ArangoDB module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[arangodb]
14+
pip install testcontainers[arangodb] python-arango
1515
```
1616

1717
## Usage example

docs/modules/aws.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Since testcontainers-python <a href="https://github.com/testcontainers/testconta
44

55
## Introduction
66

7-
The Testcontainers module for AWS services, including S3, DynamoDB, and SQS.
7+
The Testcontainers module for AWS.
88

99
## Adding this module to your project dependencies
1010

1111
Please run the following command to add the AWS module to your python dependencies:
1212

13-
```
14-
pip install testcontainers[aws]
13+
```bash
14+
pip install testcontainers[aws] httpx
1515
```
1616

1717
## Usage example

docs/modules/azurite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azurite
22

3-
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.8.0"><span class="tc-version">:material-tag: v4.8.0</span></a>
3+
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.6.0"><span class="tc-version">:material-tag: v4.6.0</span></a>
44

55
## Introduction
66

@@ -11,7 +11,7 @@ The Testcontainers module for Azurite.
1111
Please run the following command to add the Azurite module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[azurite]
14+
pip install testcontainers[azurite] azure-storage-blob
1515
```
1616

1717
## Usage example

docs/modules/cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Testcontainers module for Cassandra.
1111
Please run the following command to add the Cassandra module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[cassandra]
14+
pip install testcontainers[cassandra] cassandra-driver
1515
```
1616

1717
## Usage example

docs/modules/chroma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Testcontainers module for Chroma.
1111
Please run the following command to add the Chroma module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[chroma]
14+
pip install testcontainers[chroma] chromadb requests
1515
```
1616

1717
## Usage example

docs/modules/clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Testcontainers module for ClickHouse.
1111
Please run the following command to add the ClickHouse module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[clickhouse]
14+
pip install testcontainers[clickhouse] clickhouse-driver
1515
```
1616

1717
## Usage example

docs/modules/cockroachdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CockroachDB
22

3-
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.6.0"><span class="tc-version">:material-tag: v4.6.0</span></a>
3+
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.7.0"><span class="tc-version">:material-tag: v4.7.0</span></a>
44

55
## Introduction
66

@@ -11,7 +11,7 @@ The Testcontainers module for CockroachDB.
1111
Please run the following command to add the CockroachDB module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[cockroachdb]
14+
pip install testcontainers[cockroachdb] sqlalchemy psycopg2
1515
```
1616

1717
## Usage example

docs/modules/cosmosdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Since testcontainers-python <a href="https://github.com/testcontainers/testconta
44

55
## Introduction
66

7-
The Testcontainers module for CosmosDB.
7+
The Testcontainers module for Azure Cosmos DB.
88

99
## Adding this module to your project dependencies
1010

1111
Please run the following command to add the CosmosDB module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[cosmosdb]
14+
pip install testcontainers[cosmosdb] pymongo azure-cosmos
1515
```
1616

1717
## Usage example

docs/modules/db2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Since testcontainers-python <a href="https://github.com/testcontainers/testconta
44

55
## Introduction
66

7-
The Testcontainers module for DB2.
7+
The Testcontainers module for IBM Db2.
88

99
## Adding this module to your project dependencies
1010

1111
Please run the following command to add the DB2 module to your python dependencies:
1212

1313
```bash
14-
pip install testcontainers[db2]
14+
pip install testcontainers[db2] sqlalchemy ibm-db
1515
```
1616

1717
## Usage example

docs/modules/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Elasticsearch
22

3-
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.4.0"><span class="tc-version">:material-tag: v4.4.0</span></a>
3+
Since testcontainers-python <a href="https://github.com/testcontainers/testcontainers-python/releases/tag/v4.6.0"><span class="tc-version">:material-tag: v4.6.0</span></a>
44

55
## Introduction
66

0 commit comments

Comments
 (0)