chore: init pomix camera simulator

This commit is contained in:
2025-08-17 19:50:32 +03:30
commit 705c610e9b
6 changed files with 277 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "pomixcameraapi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.116.1",
"httpx>=0.28.1",
"uvicorn>=0.35.0",
]