2023-08-30 21:08:16 +00:00
|
|
|
[tool.poetry]
|
|
|
|
authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"]
|
2023-09-02 16:28:10 +00:00
|
|
|
description = "A lightweight monitoring solution for kiwi-scp"
|
2023-08-30 21:08:16 +00:00
|
|
|
license = "MIT"
|
|
|
|
name = "kiwi-simple-metrics"
|
|
|
|
packages = [{include = "kiwi_simple_metrics"}]
|
|
|
|
readme = "README.md"
|
2023-12-30 17:27:31 +00:00
|
|
|
version = "0.1.5"
|
2023-08-30 21:08:16 +00:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-12-30 17:22:21 +00:00
|
|
|
psutil = "^5.9.7"
|
|
|
|
pydantic-settings = "^2.1.0"
|
2023-09-02 16:28:10 +00:00
|
|
|
python = "^3.11"
|
2023-08-31 23:49:02 +00:00
|
|
|
requests = "^2.31.0"
|
2023-08-30 21:08:16 +00:00
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
2023-12-30 17:22:21 +00:00
|
|
|
pytest = "^7.4.3"
|
2023-08-30 21:08:16 +00:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
kiwi-simple-metrics = "kiwi_simple_metrics.main:main"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
requires = ["poetry-core"]
|