You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
601 B
25 lines
601 B
[tool.poetry]
|
|
name = "docker-tags-getter"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Kostiantyn Klochko <kostya_klochko@ukr.net>"]
|
|
readme = "README.org"
|
|
packages = [{include = "docker_tags_getter"}]
|
|
repository = "https://gitlab.com/KKlochko/docker_tags_getter"
|
|
|
|
[tool.poetry.urls]
|
|
"Bug Tracker" = "https://gitlab.com/KKlochko/docker_tags_getter/issues"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
typer = "^0.9.0"
|
|
rich = "^13.4.2"
|
|
requests = "^2.31.0"
|
|
|
|
[tool.poetry.scripts]
|
|
dtg = "docker_tags_getter.main:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|