Skip to content

Commit 4ba6157

Browse files
committed
Updated pyproject.toml
1 parent a44bbc0 commit 4ba6157

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+14-12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name = "exasol-script-languages-container-ci-setup"
33
version = "1.8.0"
44
description = "Manages AWS cloud CI build infrastructure."
55

6+
requires-python = ">=3.10, <4.0"
7+
68
authors = [
79
{ name="Thomas Uebensee", email="Thomas Uebensee <[email protected]>" }
810
]
@@ -13,6 +15,18 @@ license = "MIT"
1315

1416
readme = 'README.md'
1517

18+
dependencies = [
19+
"click (>=8.1.3, <9.0.0)",
20+
"jinja2 (>=3.1.6, <4.0.0)",
21+
"exasol-error-reporting (>=1.0.0, <2.0.0)",
22+
"exasol-script-languages-container-ci (>=1.8.0, <2.0.0)",
23+
"exasol-integration-test-docker-environment (>=4.0.1, <4.1.0)",
24+
"boto3 (>=1.37.1, <2.0.0)",
25+
"botocore (>=1.37.11, <2.0.0)",
26+
"jsonschema (>=4.22.0, <5.0.0)",
27+
"PyGithub (>=2.3.0, <3.0.0)",
28+
]
29+
1630
[tool.poetry]
1731

1832
packages = [ {include = "exasol_script_languages_container_ci_setup"}, ]
@@ -22,18 +36,6 @@ packages = [ {include = "exasol_script_languages_container_ci_setup"}, ]
2236
repository = "https://github.com/exasol/script-languages-container-ci-setup"
2337
homepage = "https://github.com/exasol/script-languages-container-ci-setup"
2438

25-
[tool.poetry.dependencies]
26-
python = ">=3.10.0,<4.0"
27-
click = "^8.1.3"
28-
jinja2 = ">=3.1.6"
29-
exasol-error-reporting = "^1.0.0"
30-
exasol-script-languages-container-ci = "^1.8.0"
31-
exasol-integration-test-docker-environment = "4.0.1"
32-
boto3 = "1.37.1"
33-
botocore = "1.37.11"
34-
jsonschema = "^4.22.0"
35-
PyGithub = "^2.3.0"
36-
3739
[build-system]
3840
requires = ["poetry_core>=2.0.0"]
3941
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)