12 lines
262 B
TOML
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",
|
|
]
|