16 lines
220 B
TOML
16 lines
220 B
TOML
[project]
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"PyQt5>0.0",
|
|
"gnuradio>0.0",
|
|
"sys>0.0",
|
|
"signal>0.0",
|
|
"argparse>0.0",
|
|
"threading>0.0",
|
|
"time"
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://git.therats.win/jazz/skitter"
|
|
|