diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ff27a..d3e7b4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ py37-django22: apt-get update && apt-get install --no-install-recommends -t buster-backports -y python3-django python3-django-casclient python3-django-reversion python3-djangorestframework - python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox + python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox script: tox -e py37 py38-django22: @@ -23,7 +23,7 @@ py38-django22: apt-get update && apt-get install --no-install-recommends -y python3-django python3-django-casclient python3-django-reversion python3-djangorestframework - python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox + python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox script: tox -e py37 linters: diff --git a/README.md b/README.md index c82653e..3810be9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ python3 -m venv venv --system-site-packages . venv/bin/activate pip install -r requirements.txt pip install mysqlclient~=1.4.0 # si base MySQL +pip install uwsgi~=2.0.18 # si production ./entrypoint.sh # lance en shell ``` diff --git a/requirements.txt b/requirements.txt index 097de08..8231dbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,3 @@ python-stdnum~=1.10 djangorestframework~=3.9.0 pyyaml~=3.13 coreapi~=2.3.3 -uwsgi~=2.0.18