mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 17:16:26 +00:00
Migration to UV, introducing db_write, mqtt_ingestion, db_migrations, half working prototype.
This commit is contained in:
11
services/mqtt_ingestion/pyproject.toml
Normal file
11
services/mqtt_ingestion/pyproject.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user