pyproject.toml 289 B

12345678910111213141516
  1. [project]
  2. name = "meshcore-eastmesh"
  3. version = "0.1.0"
  4. description = "Python tooling for EastMesh workflows on top of MeshCore"
  5. requires-python = ">=3.11"
  6. dependencies = [
  7. "platformio>=6.1.18,<7",
  8. ]
  9. [dependency-groups]
  10. docs = [
  11. "zensical>=0.0.32,<1",
  12. ]
  13. [tool.uv]
  14. package = false