add project.toml

This commit is contained in:
2025-10-27 15:01:51 -05:00
parent db60cf13de
commit 18947b60c0
2 changed files with 21 additions and 6 deletions

15
project.toml Normal file
View File

@@ -0,0 +1,15 @@
[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"