Revision 2baf9aa8ec68c1e5f7299b9fe4ecb65a54012c52 authored by Lars Bilke on 22 May 2023, 13:15:28 UTC, committed by Lars Bilke on 22 May 2023, 13:15:28 UTC
1 parent b372732
Raw File
pyproject.toml
[tool.poetry]
name = "ogscm"
version = "2.4.6"
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