mirror of
https://github.com/smittix/intercept.git
synced 2026-06-15 09:03:38 -07:00
Merge pull request #97 from JonanOribe/fix-libs
Add optionals group to pyproject.toml and sync tests
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user