add preliminary Containerfile

This commit is contained in:
lilly 2026-05-14 17:23:07 +02:00
commit 24e2de8c71
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
3 changed files with 187 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "dooris_api"
version = "0.1.0"
description = "API for Dooris setup using HomeMatic."
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.13.5",
"fastapi>=0.136.1",