mirror of
https://github.com/yavook/kiwi-simple-metrics.git
synced 2024-11-21 15:23:01 +00:00
package description
This commit is contained in:
parent
b743a040ef
commit
41a9446f55
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
authors = ["Jörn-Michael Miehe <40151420+ldericher@users.noreply.github.com>"]
|
||||
description = ""
|
||||
description = "A lightweight monitoring solution for kiwi-scp"
|
||||
license = "MIT"
|
||||
name = "kiwi-simple-metrics"
|
||||
packages = [{include = "kiwi_simple_metrics"}]
|
||||
|
@ -9,8 +9,8 @@ version = "0.1.0"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
psutil = "^5.9.5"
|
||||
python = "^3.11"
|
||||
pydantic-settings = "^2.0.3"
|
||||
python = "^3.11"
|
||||
requests = "^2.31.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue