Files
ntfy-matrix-bridge/pyproject.toml
2026-06-17 22:24:58 -04:00

12 lines
262 B
TOML

[project]
name = "ntfy-matrix-bridge"
version = "0.1.0"
description = "Bridge ntfy notifcations to unencrypted Matrix rooms"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.14.1",
"matrix-nio>=0.25.2",
"pyyaml>=6.0.3",
]