Merge pull request #97 from JonanOribe/fix-libs

Add optionals group to pyproject.toml and sync tests
This commit is contained in:
Smittix
2026-02-05 21:52:38 +00:00
committed by GitHub
2 changed files with 36 additions and 19 deletions
+9
View File
@@ -52,6 +52,15 @@ dev = [
"types-flask>=1.1.0",
]
optionals = [
"scipy>=1.10.0",
"qrcode[pil]>=7.4",
"numpy>=1.24.0",
"meshtastic>=2.0.0",
"psycopg2-binary>=2.9.9",
"scapy>=2.4.5",
]
[project.scripts]
intercept = "intercept:main"