From d52d51b24dc6a477ea6459281d0b3b803d5b227c Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Mon, 15 Aug 2022 16:18:53 -0300 Subject: [PATCH] ci/bin: Fix requirements.txt Add missing aiohttp and PyYAML packages Signed-off-by: Guilherme Gallo Part-of: --- .gitlab-ci/bin/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/bin/requirements.txt b/.gitlab-ci/bin/requirements.txt index ddb67c9f94f11..5b67ec7a1efb5 100644 --- a/.gitlab-ci/bin/requirements.txt +++ b/.gitlab-ci/bin/requirements.txt @@ -1,6 +1,8 @@ +aiohttp==3.8.1 colorama==0.4.5 filecache==0.81 gql==3.4.0 python-gitlab==3.5.0 +PyYAML==6.0 ruamel.yaml.clib==0.2.6 ruamel.yaml==0.17.21