14 lines
279 B
TOML
14 lines
279 B
TOML
[project]
|
|
name = "raspberry"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11, <3.13"
|
|
dependencies = [
|
|
"lorarf>=1.4.0",
|
|
"rpi-lgpio>=0.6",
|
|
]
|
|
|
|
[tool.uv]
|
|
override-dependencies = ["rpi-gpio; sys_platform == 'never'"]
|