Mercurial > code > home > repos > micro
view pyproject.toml @ 4:109ec900c400
esphome wants a version of pillow
author | drewp@bigasterisk.com |
---|---|
date | Thu, 27 Jun 2024 15:07:32 -0700 |
parents | f340f7a559de |
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 ."}