Revision eb5427810c316436dec51a9a1197315927f8d603 authored by Lars Bilke on 01 June 2023, 09:47:14 UTC, committed by Lars Bilke on 01 June 2023, 10:32:38 UTC
1 parent 063b043
Raw File
pyproject.toml
[tool.poetry]
name = "ogscm"
version = "2.4.8"
description = "OGS Container Maker"
authors = ["Lars Bilke <lars.bilke@ufz.de>"]
license = "BSD 3-clause"
repository = "https://gitlab.opengeosys.org/ogs/container-maker"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.7"
hpccm = "^22.10.0"
requests = "^2.24.0"
PyYAML = "^6.0"
packaging = "^20.4"

[tool.poetry.dev-dependencies]
black = { version = "^20.8b1", allow-prereleases = true }

[tool.poetry.scripts]
ogscm = "ogscm.cli:main"

[tool.poetry.urls]
"OpenGepSys project" = "https://www.opengeosys.org"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
back to top