mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-11 14:21:19 +00:00
sympasoap should only be used in production (too much useless dependencies)
This commit is contained in:
parent
37f4f7a721
commit
6429c3cb92
@ -6,7 +6,7 @@ py39:
|
|||||||
stage: test
|
stage: test
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache libmagic libxml2-dev libxslt-dev
|
- apk add --no-cache libmagic
|
||||||
- pip install tox --no-cache-dir
|
- pip install tox --no-cache-dir
|
||||||
script: tox -e py39
|
script: tox -e py39
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ RUN apk add --no-cache bash
|
|||||||
RUN mkdir /code
|
RUN mkdir /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY requirements.txt /code/requirements.txt
|
COPY requirements.txt /code/requirements.txt
|
||||||
RUN pip install -r requirements.txt psycopg2-binary --no-cache-dir
|
RUN pip install -r requirements.txt psycopg2-binary sympasoap --no-cache-dir
|
||||||
|
|
||||||
COPY . /code/
|
COPY . /code/
|
||||||
|
|
||||||
|
@ -11,4 +11,3 @@ django-rest-polymorphic
|
|||||||
ptpython
|
ptpython
|
||||||
python-magic
|
python-magic
|
||||||
gunicorn
|
gunicorn
|
||||||
sympasoap
|
|
Loading…
x
Reference in New Issue
Block a user