From 723fa19ebbbb697ae425b0dd45294956b0ec1781 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Fri, 26 Apr 2019 00:25:52 +0200 Subject: [PATCH] Update 'satellitetle' In the 0.6.0 release the main CelesTrak source was changed from 'Satellites (active)' to the new 'SatNOGS' list. This list is composed by CelesTrak by fetching the list of satellites from satnogs-db. This doesn't introduce a circular dependency: As before, if a TLE is not available from the main collections (which beside the previously discussed CelesTrak list includes another from AMSAT and CalPoly), the CelesTrak SATCAT API is questioned for each missing satellite separately. Signed-off-by: Fabian P. Schmidt --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9357838..08ce992 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ redis==3.2.1 requests==2.21.0 requests-oauthlib==1.2.0 rjsmin==1.0.12 -satellitetle==0.5.1 +satellitetle==0.7.0 satnogsdecoders~=0.0 sentry-sdk==0.7.12 sgp4==1.4 diff --git a/setup.cfg b/setup.cfg index 13c09a5..239e7c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = django-filter~=1.1.0 # Astronomy sgp4~=1.4.0 - satellitetle~=0.5.0 + satellitetle~=0.7.0 # Unsorted influxdb~=5.2.0 satnogsdecoders~=0.0