This commit is contained in:
2024-12-27 10:59:13 +01:00
commit eb1da74943
4 changed files with 470 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "sensecap"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.115.6",
"paho-mqtt>=2.1.0",
"psycopg2-binary>=2.9.10",
"uvicorn>=0.34.0",
]