| 12345678910111213141516 |
- [project]
- name = "meshcore-eastmesh"
- version = "0.1.0"
- description = "Python tooling for EastMesh workflows on top of MeshCore"
- requires-python = ">=3.11"
- dependencies = [
- "platformio>=6.1.18,<7",
- ]
- [dependency-groups]
- docs = [
- "zensical>=0.0.32,<1",
- ]
- [tool.uv]
- package = false
|