File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
command : |
32
32
python3 -m venv venv
33
33
. venv/bin/activate
34
- pip install -r requirements/tests.txt
34
+ pip install --exists-action w - r requirements/tests.txt
35
35
36
36
- run :
37
37
name : Install Node Dependencies
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FROM base
27
27
28
28
COPY --from=builder /install /usr/local
29
29
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
31
31
32
32
WORKDIR /data/app
33
33
ADD . .
Original file line number Diff line number Diff line change 46
46
diff-match-patch
47
47
blinker~=1.4
48
48
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
50
50
wtforms~=2.2
51
51
flask-admin~=1.5
52
52
google-compute-engine~=2.8
You can’t perform that action at this time.
0 commit comments