Skip to content
Snippets Groups Projects
Commit e92b3b0f authored by Agate's avatar Agate 💬
Browse files

Fixed broken uvicorn install

parent b3a952c7
No related branches found
No related tags found
1 merge request!23Fixed broken uvicorn install
Pipeline #12316 passed with stage
in 11 minutes and 3 seconds
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
pip: pip:
name: name:
- gunicorn - gunicorn
- uvicorn - uvicorn[standard]
virtualenv: "{{ funkwhale_install_path }}/virtualenv" virtualenv: "{{ funkwhale_install_path }}/virtualenv"
virtualenv_python: python3 virtualenv_python: python3
notify: notify:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment