Initial commit: reocon camera dashboard project

This commit is contained in:
2026-06-09 22:34:39 +05:30
commit d4847579e6
14 changed files with 985 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "reocon"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "Alexander Rossmanith", email = ""},
]
dependencies = ["reolinkapi>=0.4.1", "pandas>=3.0.3", "flask>=3.1.3", "python-dotenv>=1.2.2"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[tool.pdm.scripts]
reocon = "python main.py"
reocon-console = "python main.py console"