From 3a161d74af57e99fc982164b1f28bf6c58bf3ea3 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 31 Jul 2022 13:56:25 -0600 Subject: [PATCH] Add python package `requests` dependency. Without it, gets this error: ModuleNotFoundError: No module named 'requests' modified: requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 270a6b7..5d17756 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,6 @@ numpy matplotlib==3.5.2 astropy h5py +requests sgp4 skyfield