lora_gs/pyproject.toml

14 lines
279 B
TOML
Raw Normal View History

2026-08-02 23:39:04 +02:00
[project]
name = "raspberry"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
2026-08-06 23:57:59 +02:00
requires-python = ">=3.11, <3.13"
2026-08-02 23:39:04 +02:00
dependencies = [
"lorarf>=1.4.0",
2026-08-06 23:57:59 +02:00
"rpi-lgpio>=0.6",
2026-08-02 23:39:04 +02:00
]
2026-08-06 23:57:59 +02:00
[tool.uv]
override-dependencies = ["rpi-gpio; sys_platform == 'never'"]