1
0
Fork 0

Update 'satellitetle' dependency

Move 'satellitetle' from 0.7.0 to 0.8.0,
fixes update_satellite management command and update_all_tle task for
satellites which are not part of any list in celestrak but available
via the Celestrak satcat/tle.php endpoint (currently only NARSSCube-1).

Both commands use `fetch_tle_from_celestrak` (directly and indirectly),
which was broken due to an API change by Celestrak.

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/437/head 0.23
Fabian P. Schmidt 2019-12-01 19:37:21 +01:00
parent 062152aeec
commit f72bd9a3f3
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ redis==3.3.9
requests==2.22.0
requests-oauthlib==1.2.0
rjsmin==1.1.0
satellitetle==0.7.0
satellitetle==0.8.0
satnogs-decoders~=1.0
sentry-sdk==0.12.3
sgp4==1.4

View File

@ -56,7 +56,7 @@ install_requires =
django-filter~=2.2.0
# Astronomy
sgp4~=1.4.0
satellitetle~=0.7.0
satellitetle~=0.8.0
# Unsorted
influxdb~=5.2.0
satnogs-decoders~=1.0