mirror of
https://github.com/smittix/intercept.git
synced 2026-07-08 01:28:13 -07:00
fix: Restore flask-limiter and Werkzeug version pins
- Restore flask-limiter>=2.5.4 version constraint - Restore Werkzeug>=3.1.5 dependency - Group psycopg2-binary under ADS-B history section Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+7
-4
@@ -1,8 +1,11 @@
|
|||||||
# Core dependencies
|
# Core dependencies
|
||||||
flask>=2.0.0
|
flask>=2.0.0
|
||||||
requests>=2.28.0
|
flask-limiter>=2.5.4
|
||||||
flask-limiter
|
requests>=2.28.0
|
||||||
psycopg2-binary>=2.9.9
|
Werkzeug>=3.1.5
|
||||||
|
|
||||||
|
# ADS-B history (optional - only needed for Postgres persistence)
|
||||||
|
psycopg2-binary>=2.9.9
|
||||||
|
|
||||||
# BLE scanning with manufacturer data detection (optional - for TSCM)
|
# BLE scanning with manufacturer data detection (optional - for TSCM)
|
||||||
bleak>=0.21.0
|
bleak>=0.21.0
|
||||||
|
|||||||
Reference in New Issue
Block a user