ECM_Control/pyproject.toml

14 lines
282 B
TOML

[project]
name = "ecm-control"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115.13",
"gpiozero>=2.0.1",
"jinja2>=3.1.6",
"python-multipart>=0.0.20",
"uvicorn>=0.34.3",
]