mirror of
https://github.com/csd4ni3l/frigate-mqtt-notifier.git
synced 2026-01-01 12:23:43 +01:00
12 lines
233 B
TOML
12 lines
233 B
TOML
[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",
|
|
]
|