mirror of
https://github.com/smittix/intercept.git
synced 2026-07-02 06:48:58 -07:00
fix: Make psycopg2 optional for Flask/Werkzeug compatibility
- Bump Flask requirement to >=3.0.0 (required for Werkzeug 3.x) - Make psycopg2 import conditional in routes/adsb.py and utils/adsb_history.py - ADS-B history features gracefully disabled when PostgreSQL libs unavailable Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ classifiers = [
|
||||
"Topic :: System :: Networking :: Monitoring",
|
||||
]
|
||||
dependencies = [
|
||||
"flask>=2.0.0",
|
||||
"flask>=3.0.0",
|
||||
"skyfield>=1.45",
|
||||
"pyserial>=3.5",
|
||||
"Werkzeug>=3.1.5",
|
||||
|
||||
Reference in New Issue
Block a user