From 45e6258ea4009b782d68bc7605ce77180bb12915 Mon Sep 17 00:00:00 2001 From: anoracleofra-code Date: Sun, 8 Mar 2026 15:45:25 -0600 Subject: [PATCH] fix: add missing sgp4, geopy, and pytz dependencies to requirements for fresh installs Former-commit-id: 975f56f91c0593dd1eccfe185d0427d07d00018b --- backend/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0624188..ec7af4a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,3 +8,6 @@ pydantic==2.3.0 pydantic-settings==2.0.3 playwright>=1.58.0 beautifulsoup4>=4.12.0 +sgp4>=2.21 +geopy>=2.4.0 +pytz>=2023.3