Mercurial > code > home > repos > micro
view pyproject.toml @ 9:1809be0dbf0a
pin notes
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 Jul 2024 17:11:52 -0700 |
parents | 109ec900c400 |
children | 2f2a34ed4ead |
line wrap: on
line source
[project] name = "micro" version = "0.0.0" description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] dependencies = [ "docopt>=0.6.2", "aiohttp>=3.9.5", "aioesphomeapi>=24.3.0", "apriltag>=0.0.16", "numpy", "aiohttp-sse>=2.2.0", "opencv-python", "esphome>=2024.6.4", "pillow==10.2.0", "setuptools>=70.1.1", ] requires-python = ">=3.11" license = {text = "MIT"} [build-system] requires = ["pdm-pep517>=1.0.0"] build-backend = "pdm.pep517.api" [tool.pdm.scripts] dashboard = {cmd = "esphome dashboard ."}