ci/bin: Fix requirements.txt
authorGuilherme Gallo <guilherme.gallo@collabora.com>
Mon, 15 Aug 2022 19:18:53 +0000 (16:18 -0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 14 Oct 2022 01:46:52 +0000 (01:46 +0000)
Add missing aiohttp and PyYAML packages

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18066>

.gitlab-ci/bin/requirements.txt

index ddb67c9..5b67ec7 100644 (file)
@@ -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