Skip to content

Commit

Permalink
Merge pull request #67 from freezingsaddles/remove-polyline
Browse files Browse the repository at this point in the history
Rip out unused polyline library
  • Loading branch information
obscurerichard authored Dec 31, 2024
2 parents 8427955 + a4f3a68 commit b118c14
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BUILD
# =====

FROM ubuntu:22.04 as buildstep
FROM ubuntu:22.04 AS buildstep
LABEL maintainer="Richard Bullington-McGuire <[email protected]>"

RUN apt-get update \
Expand Down Expand Up @@ -46,4 +46,4 @@ ADD alembic.ini /app

WORKDIR /app

CMD freezing-sync
CMD ['freezing-sync']

Check warning on line 49 in Dockerfile

View workflow job for this annotation

GitHub Actions / build / docker

JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals

JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals More info: https://docs.docker.com/go/dockerfile/rule/json-args-recommended/
1 change: 0 additions & 1 deletion freezing/sync/data/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from freezing.model import meta
from freezing.model.orm import Athlete, Ride, RideTrack
from geoalchemy2.elements import WKTElement
from polyline.codec import PolylineCodec
from sqlalchemy import and_, or_, update
from sqlalchemy.orm import joinedload
from stravalib.exc import ObjectNotFound
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ datadog==0.50.2
envparse==0.2.0
freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.10.4.tar.gz
greenstalk==2.0.2
polyline==2.0.2
pytz==2024.2
requests==2.32.3
stravalib==1.2.0

0 comments on commit b118c14

Please sign in to comment.