diff --git a/contrib/refresh-requirements.sh b/contrib/refresh-requirements.sh index 77c90d7..486fbfb 100755 --- a/contrib/refresh-requirements.sh +++ b/contrib/refresh-requirements.sh @@ -18,7 +18,7 @@ # along with this program. If not, see . EXCLUDE_REGEXP="^\\(pkg-resources\\|satnogs-db\\)" -COMPATIBLE_REGEXP="^\\(satnogsdecoders\\)" +COMPATIBLE_REGEXP="^\\(satnogs-decoders\\)" VIRTUALENV_DIR=$(mktemp -d) PIP_COMMAND="$VIRTUALENV_DIR/bin/pip" diff --git a/requirements.txt b/requirements.txt index 7ca1624..a3f218a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ requests==2.22.0 requests-oauthlib==1.2.0 rjsmin==1.0.12 satellitetle==0.7.0 -satnogsdecoders~=0.0 +satnogs-decoders~=0.0 sentry-sdk==0.7.14 sgp4==1.4 shortuuid==0.5.0 diff --git a/setup.cfg b/setup.cfg index 4d9b9c4..c28ba99 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ install_requires = satellitetle~=0.7.0 # Unsorted influxdb~=5.2.0 - satnogsdecoders~=0.0 + satnogs-decoders~=0.0 simplejson~=3.16.0 # Conflict workarounds # django-allauth - sentry-sdk