sdr-testing/pyproject.toml

10 lines
195 B
TOML

[project]
name = "sdr-test"
version = "0.1.0"
description = "Basic setup for interfacing with the SDR"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyadi-iio>=0.0.20",
]