feat: initial commit
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user