mirror of
https://github.com/csd4ni3l/frigate-mqtt-notifier.git
synced 2026-01-01 12:23:43 +01:00
Initial commit
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user