From e92b3b0fc4185a2a2bb0fca2edfaac2e355e9d5a Mon Sep 17 00:00:00 2001 From: Agate <me@agate.blue> Date: Sun, 4 Oct 2020 18:02:00 +0200 Subject: [PATCH] Fixed broken uvicorn install --- tasks/funkwhale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/funkwhale.yml b/tasks/funkwhale.yml index d595eb8..4a5eb82 100644 --- a/tasks/funkwhale.yml +++ b/tasks/funkwhale.yml @@ -220,7 +220,7 @@ pip: name: - gunicorn - - uvicorn + - uvicorn[standard] virtualenv: "{{ funkwhale_install_path }}/virtualenv" virtualenv_python: python3 notify: -- GitLab