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:
Smittix
2026-01-25 13:12:26 +00:00
parent 141b34391d
commit 88537c1119
+7 -4
View File
@@ -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