ci/bin: Fix requirements.txt

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>
This commit is contained in:
Guilherme Gallo 2022-08-15 16:18:53 -03:00 committed by Marge Bot
parent bb6c43027e
commit d52d51b24d
1 changed files with 2 additions and 0 deletions

View 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