11 lines
217 B
TOML
11 lines
217 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",
|
|
"pylibiio>=0.25",
|
|
]
|