pydocteur fix: Missing gunicorn.

This commit is contained in:
Julien Palard 2021-12-31 11:43:26 +01:00
parent 75c76b16a4
commit 4843d59bbb
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
become: true
become_user: pydocteur-afpy-org
pip:
name: irker-handler
name: [gunicorn, irker-handler]
virtualenv_command: /usr/bin/python3 -m venv
virtualenv: "/home/pydocteur-afpy-org/venv/"