From c5247bb3950eac6e97dc942001793aba101fb907 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sun, 18 Jun 2023 17:07:04 +0200
Subject: [PATCH] Requirements

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index e22a95d..fb6e687 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ verify:
 	sudo nginx -t
 
 build-docs:
+	sudo pip3 install -r ./requirements.txt
 	mkdocs build
 	cd ./swagger && bash ./generate.sh
 
-- 
GitLab