Skip to content

Commit b7ba05c

Browse files
chore: Change flask-rest-jsonapi to taggd and tested version (fossasia#6492)
1 parent f9b51d7 commit b7ba05c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
command: |
3232
python3 -m venv venv
3333
. venv/bin/activate
34-
pip install -r requirements/tests.txt
34+
pip install --exists-action w -r requirements/tests.txt
3535
3636
- run:
3737
name: Install Node Dependencies

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ FROM base
2727

2828
COPY --from=builder /install /usr/local
2929
RUN apk --no-cache add postgresql-dev ca-certificates libxslt jpeg zlib file libxml2 git && \
30-
pip install git+https://github.com/fossasia/flask-rest-jsonapi.git@shubhamp-master#egg=flask-rest-jsonapi
30+
pip install git+https://github.com/fossasia/flask-rest-jsonapi.git@0.12.6.1#egg=flask-rest-jsonapi
3131

3232
WORKDIR /data/app
3333
ADD . .

Diff for: requirements/common.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pytz
4646
diff-match-patch
4747
blinker~=1.4
4848
envparse~=0.2
49-
-e git+https://github.com/fossasia/flask-rest-jsonapi.git@shubhamp-master#egg=flask-rest-jsonapi
49+
-e git+https://github.com/fossasia/flask-rest-jsonapi@0.12.6.1#egg=flask-rest-jsonapi
5050
wtforms~=2.2
5151
flask-admin~=1.5
5252
google-compute-engine~=2.8

0 commit comments

Comments
 (0)