diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35ff27a4fdeb841fa88bbf34ce8df77db36be313..d3e7b4fc75ee3217e5f10f7535f7220f366dbd4f 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 c82653ee2ccc78a62e0391cd62deb64918be8534..3810be9f7819d0b79aebb9bcc2ef5908e5fefa45 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 097de08b8b10ca73601eada8915144b8b551b6e6..8231dbc7e73b6416ea6dd9c8ceb028323e3f40e2 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