From 5e117fe888adea32c6e45d8c9f90fa314c99404c Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Fri, 9 Oct 2020 15:28:49 +0200
Subject: [PATCH] [ci] requests install

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ba3652..714c596 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ pages:
     # Install the zola package from the alpine testing repositories
     - apk add --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ zola
     # Loads documentation from GitLab
-    - pip install toml
+    - pip install toml requests
     - python3 scripts/get_external_content.py
     # Execute zola build
     - zola build
-- 
GitLab