v.0.11.0 ap-server & pico-client

This commit is contained in:
tiijay
2025-11-20 19:42:50 +01:00
parent 00c24110ee
commit 2233be7987
11 changed files with 213 additions and 21 deletions

12
api-server/pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "api-server"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.104.0",
"uvicorn[standard]>=0.24.0",
]
# [build-system]
# requires = ["hatchling"]
# build-backend = "hatchling.build"