kiwi-scp/pyproject.toml

27 lines
603 B
TOML
Raw Normal View History

2021-09-28 11:23:15 +00:00
[tool.poetry]
name = "kiwi-scp"
2022-02-27 15:39:25 +00:00
version = "0.2.2"
2021-09-28 11:23:15 +00:00
description = "kiwi is the simple tool for managing container servers."
2022-02-27 15:36:58 +00:00
authors = ["LDericher <40151420+ldericher@users.noreply.github.com>"]
2021-09-28 11:23:15 +00:00
[tool.poetry.dependencies]
python = "^3.6.1"
attrs = "^21.2.0"
click = "^8.0.3"
pydantic = "^1.8.2"
"ruamel.yaml" = "^0.17.16"
2021-11-27 16:39:43 +00:00
wcwidth = "^0.2.5"
2021-09-28 11:23:15 +00:00
[tool.poetry.dev-dependencies]
2022-02-21 15:46:51 +00:00
pytest = "^7.0.0"
2021-10-25 13:40:39 +00:00
pytest-cov = "^3.0.0"
2021-10-14 02:34:09 +00:00
toml = "^0.10.2"
2021-12-02 16:06:13 +00:00
virtualenv = "^20.10.0"
2021-09-28 11:23:15 +00:00
[tool.poetry.scripts]
kiwi = "kiwi_scp.scripts.kiwi:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"