Skip to content

Commit

Permalink
replace child packages with extras notation for package structure sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
alexanderankin authored Apr 17, 2024
1 parent 0bbb871 commit c332ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Package Structure

Testcontainers is a collection of `implicit namespace packages <https://peps.python.org/pep-0420/>`__
to decouple the development of different extensions,
e.g., :code:`testcontainers-mysql` and :code:`testcontainers-postgres` for MySQL and PostgreSQL database containers, respectively.
e.g., :code:`testcontainers[mysql]` and :code:`testcontainers[postgres]` for MySQL and PostgreSQL database containers, respectively.

The folder structure is as follows:

Expand Down

0 comments on commit c332ead

Please sign in to comment.