-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (32 loc) · 1.01 KB
/
pyproject.toml
File metadata and controls
48 lines (32 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[project]
name = "exasol-script-languages"
version = "10.2.0"
description = "Script Languages"
license = "MIT"
requires-python = ">=3.10, <3.14.0"
authors = [
{ name="Torsten Kilias", email="Torsten Kilias <torsten.kilias@exasol.com>" },
{ name="Thomas Uebensee", email="Thomas Uebensee <ext.thomas.uebensee@exasol.com>" }
]
readme = 'README.md' # Markdown files are supported
keywords = ['exasol', 'udf', 'script-languages']
dependencies = [
"exasol-script-languages-container-tool (>=4.0.3, <5.0.0)",
"exasol-script-languages-container-ci (>=5.1.1, <6.0.0)",
"exasol-script-languages-container-ci-setup (>=4.2.0, <5.0.0)",
]
[tool.poetry]
requires-poetry = ">=2.3.0"
package-mode = false
[project.urls]
repository = "https://github.com/exasol/script-languages"
homepage = "https://github.com/exasol/script-languages"
[dependency-groups]
dev = [
"toml>=0.10.2",
"gitpython>=3.1.0, <4.0.0",
"nox>=2022.8.7"
]
[build-system]
requires = ["poetry_core>=2.1.0"]
build-backend = "poetry.core.masonry.api"