Initial commit

This commit is contained in:
csd4ni3l
2025-04-20 19:01:15 +02:00
commit 206097acd3
8 changed files with 1105 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "frigate-mqtt-notifier"
version = "0.1.0"
description = "Frigate MQTT Notifier"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"ntfpy>=0.0.12",
"paho-mqtt>=2.1.0",
"requests>=2.32.3",
]