grafana-webhook-to-matrix/pyproject.toml
2022-11-15 14:03:07 -05:00

15 lines
308 B
TOML

[tool.poetry]
name = "grafana-webhook-to-matrix"
version = "0.1.0"
description = ""
authors = ["Remi Rampin <remi@rampin.org>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"