-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpyproject.toml
42 lines (33 loc) · 1 KB
/
pyproject.toml
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
[tool.poetry]
name = "exasol-script-languages-release"
version = "9.1.0"
description = "Script Languages Release"
license = "MIT"
authors = [
"Torsten Kilias <torsten.kilias@exasol.com>",
"Thomas Uebensee <ext.thomas.uebensee@exasol.com>"
]
packages = [
{include = "README.md"},
{include = "LICENSE"},
{include = "exasol"},
]
readme = 'README.md' # Markdown files are supported
repository = "https://github.com/exasol/script-languages-release"
homepage = "https://github.com/exasol/script-languages-release"
keywords = ['exasol', 'udf', 'script-languages']
[tool.poetry.dependencies]
python = ">=3.10,<4"
exasol-script-languages-container-tool = "^1.0.0"
exasol-script-languages-container-ci = "^1.6.0"
exasol-script-languages-container-ci-setup = "^1.5.0"
pandas = "^2.2.2"
tabulate = "^0.9.0"
click = "^8.1.7"
docker = "!= 7.0.0"
[tool.poetry.dev-dependencies]
toml = ">=0.10.2"
gitpython = ">=3.1.0"
[build-system]
requires = ["poetry_core>=1.0.0"]
build-backend = "poetry.core.masonry.api"