Merge pull request #229 from mozilla-services/sbraz-update-requirements

Update requirements to fix sync with useOAuthForSyncToken enabled
pull/230/head
Ryan Kelly 4 years ago committed by GitHub
commit c8528e75e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ WORKDIR /app
COPY ./requirements.txt /app/requirements.txt
COPY ./dev-requirements.txt /app/dev-requirements.txt
RUN apk --no-cache update \
&& apk add dumb-init libstdc++ libffi-dev openssl-dev g++ \
&& apk add bash dumb-init gcc libstdc++ libffi-dev make mysql-dev musl-dev ncurses-dev openssl-dev g++ \
&& pip install --upgrade pip \
&& pip install --upgrade --no-cache-dir -r requirements.txt \
&& pip install --upgrade --no-cache-dir -r dev-requirements.txt \

@ -10,5 +10,6 @@ configparser==3.5
mozsvc==0.9
futures==3.0
soupsieve==1.9.5
https://github.com/mozilla-services/tokenserver/archive/1.4.5.zip
https://github.com/mozilla-services/server-syncstorage/archive/1.6.14.zip
umemcache==1.6.3
https://github.com/mozilla-services/tokenserver/archive/1.5.11.zip
https://github.com/mozilla-services/server-syncstorage/archive/1.8.0.zip

Loading…
Cancel
Save