kiwi-scp/pyproject.toml
2021-10-11 02:58:49 +02:00

20 lines
482 B
TOML

[tool.poetry]
name = "kiwi-scp"
version = "0.1.7"
description = "kiwi is the simple tool for managing container servers."
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
[tool.poetry.dependencies]
python = "^3.6.1"
PyYAML = "^5.4.1"
pydantic = "^1.8.2"
[tool.poetry.dev-dependencies]
virtualenv = "^20.8.1"
[tool.poetry.scripts]
kiwi = "kiwi_scp.scripts.kiwi:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"