mirror of
https://github.com/smittix/intercept.git
synced 2026-07-23 08:28:11 -07:00
fix: remove opendroneid dependency incompatible with Python 3.11
The opendroneid package caps at Python <3.11, breaking Docker builds on the current python:3.11-slim base image. The package is unused — drone Remote ID parsing is handled natively via scapy and struct in utils/drone/remote_id.py. Closes #214 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,7 +30,6 @@ meshtastic>=2.0.0
|
|||||||
|
|
||||||
# Deauthentication attack detection (optional - for WiFi TSCM)
|
# Deauthentication attack detection (optional - for WiFi TSCM)
|
||||||
scapy>=2.4.5
|
scapy>=2.4.5
|
||||||
opendroneid>=1.0
|
|
||||||
|
|
||||||
# QR code generation for Meshtastic channels (optional)
|
# QR code generation for Meshtastic channels (optional)
|
||||||
qrcode[pil]>=7.4
|
qrcode[pil]>=7.4
|
||||||
|
|||||||
Reference in New Issue
Block a user