From 88537c1119f7691e3d0a8894c225284d94c4fd66 Mon Sep 17 00:00:00 2001 From: Smittix Date: Sun, 25 Jan 2026 13:12:26 +0000 Subject: [PATCH] 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 --- requirements.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1785126..0a54c58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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