From 05acb10135d982ed47663351afc9817272087779 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sat, 28 Nov 2020 01:27:44 +0100 Subject: [PATCH] Install server-side Python web framework --- roles/shell/tasks/packages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/shell/tasks/packages.yml b/roles/shell/tasks/packages.yml index eb99034d..ae47fbe9 100644 --- a/roles/shell/tasks/packages.yml +++ b/roles/shell/tasks/packages.yml @@ -215,6 +215,7 @@ # - python-potr - python-twisted - python3 + - python3-django - python3-flask - python3-pip - python3-toot