initial
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user