mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
12 lines
226 B
TOML
12 lines
226 B
TOML
[project]
|
|
name = "mqtt-ingestion"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dotenv>=0.9.9",
|
|
"paho-mqtt>=2.1.0",
|
|
"redis>=6.4.0",
|
|
]
|