Migration to UV, introducing db_write, mqtt_ingestion, db_migrations, half working prototype.

This commit is contained in:
Andrej Mickov
2025-10-28 23:14:58 +01:00
parent 5028dae200
commit 0b96c72f45
47 changed files with 2641 additions and 81 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "iotdashboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"alembic>=1.17.0",
"django>=5.2.7",
"openai>=2.6.1",
"paho-mqtt>=2.1.0",
"psycopg2-binary>=2.9.11",
"python-dotenv>=1.2.1",
"redis>=7.0.1",
"requests>=2.32.5",
]