-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): organise use poetry and organise modules
- Loading branch information
1 parent
6ee98a3
commit 3e1f138
Showing
103 changed files
with
3,246 additions
and
565 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
/arangodb @nshine | ||
/azurite @pffijt | ||
/clickhouse @yakimka | ||
/modules/arangodb @nshine | ||
/modules/azurite @pffijt | ||
/modules/clickhouse @yakimka | ||
# /compose | ||
# /core | ||
/elasticsearch @nivm @daTokenizer | ||
/google @tillahoffmann | ||
/kafka @ash1425 | ||
/keycloak @timbmg | ||
/localstack @ImFlog | ||
# /meta | ||
/minio @maltehedderich | ||
/mongodb @dabrign | ||
# /mssql | ||
# /mysql | ||
/neo4j @eastlondoner | ||
# /nginx | ||
/opensearch @maltehedderich | ||
# /oracle | ||
# /postgres | ||
/rabbitmq @KerstenBreuer | ||
/redis @daTokenizer | ||
# /selenium | ||
/modules/elasticsearch @nivm @daTokenizer | ||
/modules/google @tillahoffmann | ||
/modules/kafka @ash1425 | ||
/modules/keycloak @timbmg | ||
/modules/localstack @ImFlog | ||
/modules/minio @maltehedderich | ||
/modules/mongodb @dabrign | ||
# /modules/mssql | ||
# /modules/mysql | ||
/modules/neo4j @eastlondoner | ||
# /modules/nginx | ||
/modules/opensearch @maltehedderich | ||
# /modules/oracle | ||
# /modules/postgres | ||
/modules/rabbitmq @KerstenBreuer | ||
/modules/redis @daTokenizer | ||
# /modules/selenium |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
[tool.poetry] | ||
name = "testcontainers-core" | ||
version = "4.0.0" # x-release-please-version | ||
description = "Essential components of testcontainers-python." | ||
authors = ["Sergey Pirogov <[email protected]>"] | ||
maintainers = [ | ||
"Balint Bartha <[email protected]>", | ||
"David Ankin <[email protected]>" | ||
] | ||
readme = "README.rst" | ||
keywords = ["testing", "logging", "docker", "test automation"] | ||
classifiers = [ | ||
"License :: OSI Approved :: Apache Software License", | ||
"Intended Audience :: Information Technology", | ||
"Intended Audience :: Developers", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Operating System :: Microsoft :: Windows", | ||
"Operating System :: POSIX", | ||
"Operating System :: Unix", | ||
"Operating System :: MacOS", | ||
] | ||
packages = [{ include = "testcontainers" }] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.12" | ||
docker = ">=4.0" | ||
urllib3 = "<2.0" | ||
wrapt = "^1.16.0" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.