mirror of
https://github.com/smittix/intercept.git
synced 2026-06-18 02:19:46 -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
|
||||
flask>=2.0.0
|
||||
requests>=2.28.0
|
||||
flask-limiter
|
||||
psycopg2-binary>=2.9.9
|
||||
flask>=2.0.0
|
||||
flask-limiter>=2.5.4
|
||||
requests>=2.28.0
|
||||
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)
|
||||
bleak>=0.21.0
|
||||
|
||||
Reference in New Issue
Block a user