Mercurial > code > home > repos > doorbell
comparison pyproject.toml @ 2:f822e7fe7120
rewrite to use telemetrix (localized)
author | drewp@bigasterisk.com |
---|---|
date | Sun, 05 Feb 2023 14:06:19 -0800 |
parents | 7bd85b962845 |
children |
comparison
equal
deleted
inserted
replaced
1:125c794511a6 | 2:f822e7fe7120 |
---|---|
4 description = "" | 4 description = "" |
5 authors = [ | 5 authors = [ |
6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, | 6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, |
7 ] | 7 ] |
8 dependencies = [ | 8 dependencies = [ |
9 "pyfirmata>=1.1.0", | 9 "asyncio-mqtt>=0.16.1", |
10 "paho-mqtt>=1.6.1", | 10 "paho-mqtt>=1.6.1", |
11 "pyserial-asyncio>=0.6", | |
12 "starlette>=0.23.1", | |
13 "telemetrix-aio>=1.11", | |
14 "uvicorn>=0.20.0", | |
11 ] | 15 ] |
12 requires-python = ">=3.10" | 16 requires-python = ">=3.10" |
13 license = {text = "MIT"} | 17 license = {text = "MIT"} |
14 | 18 |
15 [tool.pdm] | 19 [tool.pdm] |