1
0
Fork 0

Add python package `requests` dependency.

Without it, gets this error:

ModuleNotFoundError: No module named 'requests'

	modified:   requirements.txt
spacecruft
Jeff Moe 2022-07-31 13:56:25 -06:00
parent 907171d495
commit 3a161d74af
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@ numpy
matplotlib==3.5.2
astropy
h5py
requests
sgp4
skyfield